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

Fix some missing coverage #141

Merged
merged 1 commit into from
Apr 26, 2022
Merged

Conversation

rusty-snake
Copy link
Member

No description provided.

@codecov-commenter
Copy link

codecov-commenter commented Apr 15, 2022

Codecov Report

Merging #141 (0d303da) into main (7dce284) will increase coverage by 2.40%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #141      +/-   ##
==========================================
+ Coverage   95.05%   97.46%   +2.40%     
==========================================
  Files          16       16              
  Lines         850      869      +19     
==========================================
+ Hits          808      847      +39     
+ Misses         42       22      -20     
Impacted Files Coverage Δ
libseccomp/tests/tests.rs 94.14% <100.00%> (+0.69%) ⬆️
libseccomp/src/arch.rs 98.00% <0.00%> (ø)
libseccomp/src/action.rs 100.00% <0.00%> (ø)
libseccomp/src/notify.rs 100.00% <0.00%> (ø)
libseccomp/src/version.rs 93.10% <0.00%> (ø)
libseccomp/src/filter_context.rs 96.66% <0.00%> (+3.33%) ⬆️
libseccomp/src/api.rs 92.30% <0.00%> (+7.69%) ⬆️
libseccomp/src/syscall.rs 100.00% <0.00%> (+29.41%) ⬆️
libseccomp/src/functions.rs 100.00% <0.00%> (+40.00%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7dce284...0d303da. Read the comment docs.

Copy link
Member

@ManaSugi ManaSugi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rusty-snake Thank you for the fix!

libseccomp/tests/tests.rs Show resolved Hide resolved
Signed-off-by: rusty-snake <41237666+rusty-snake@users.noreply.github.com>
@ManaSugi
Copy link
Member

@rusty-snake Thank you! LGTM

@ManaSugi ManaSugi merged commit fcda322 into libseccomp-rs:main Apr 26, 2022
@rusty-snake rusty-snake deleted the fix-coverage branch April 26, 2022 14:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test Improvements to tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants