Closed speleo3 closed 4 years ago
Merging #91 into master will not change coverage. The diff coverage is
100.00%
.
@@ Coverage Diff @@
## master #91 +/- ##
=======================================
Coverage 72.39% 72.39%
=======================================
Files 24 24
Lines 4141 4141
=======================================
Hits 2998 2998
Misses 1143 1143
Impacted Files | Coverage Δ | |
---|---|---|
propka/output.py | 61.56% <100.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 cb65c64...614abb4. Read the comment docs.
The string was missing
.format(pi_pro, pi_mod)
.Since Python 3.6 is the minimum supported version for propka, I opted for f-string syntax.