abrt / satyr

Automatic problem management with anonymous reports
GNU General Public License v2.0
19 stars 22 forks source link

Add test case for sr_rpm_package_cmp #331

Closed mgrabovsky closed 3 years ago

mgrabovsky commented 3 years ago

This is mainly to validate our new code coverage pipeline.

codecov-commenter commented 3 years ago

Codecov Report

Merging #331 (7120859) into master (9ee2a5d) will increase coverage by 0.17%. The diff coverage is n/a.

:exclamation: Current head 7120859 differs from pull request most recent head b64bcec. Consider uploading reports for the commit b64bcec to get more accurate results Impacted file tree graph

@@            Coverage Diff             @@
##           master     #331      +/-   ##
==========================================
+ Coverage   62.96%   63.13%   +0.17%     
==========================================
  Files          40       40              
  Lines        7353     7352       -1     
  Branches     1232     1232              
==========================================
+ Hits         4630     4642      +12     
+ Misses       2194     2180      -14     
- Partials      529      530       +1     
Impacted Files Coverage Δ
lib/rpm.c 48.33% <0.00%> (+2.96%) :arrow_up:

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 9ee2a5d...b64bcec. Read the comment docs.

michalfabik commented 3 years ago

Looks good, LGTM.