Closed ansasaki closed 6 years ago
Totals | |
---|---|
Change from base Build 150: | 0.02% |
Covered Lines: | 740 |
Relevant Lines: | 740 |
Merging #73 into master will increase coverage by
0.03%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #73 +/- ##
==========================================
+ Coverage 97.53% 97.56% +0.03%
==========================================
Files 4 4
Lines 729 740 +11
Branches 187 190 +3
==========================================
+ Hits 711 722 +11
Partials 18 18
Impacted Files | Coverage Δ | |
---|---|---|
src/smap/symver.py | 97.52% <100%> (+0.03%) |
:arrow_up: |
src/smap/main.py | 100% <100%> (ø) |
: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 751c721...2577cb1. Read the comment docs.
This is useful specially for distributions where the name 'smap' conflicts with existing applications.
This also makes the name of the command-line application to be used in the output files instead of the hard-coded name 'smap'. The tests have been updated accordingly.