Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Raise detailed exception from get_blocks() on error #43

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Simage
Copy link

@Simage Simage commented Feb 4, 2020

  • if the return from archive_read_data_block
    is an error ( less than 0 ), look up the reported
    error string and raise an archive exception
    with the error string

- if the return from `archive_read_data_block`
  is an error ( less than 0 ), look up the reported
  error string and raise an archive exception
  with the error string
@coveralls
Copy link

coveralls commented Feb 4, 2020

Pull Request Test Coverage Report for Build 45

  • 0 of 3 (0.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.2%) to 70.688%

Changes Missing Coverage Covered Lines Changed/Added Lines %
libarchive/adapters/archive_read.py 0 3 0.0%
Totals Coverage Status
Change from base Build 39: -0.2%
Covered Lines: 668
Relevant Lines: 945

💛 - Coveralls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants