Closed JoaoRodrigues closed 4 years ago
Merging #76 into master will increase coverage by
0.06%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## master #76 +/- ##
==========================================
+ Coverage 81.78% 81.85% +0.06%
==========================================
Files 44 44
Lines 3520 3517 -3
Branches 737 737
==========================================
Hits 2879 2879
+ Misses 453 450 -3
Partials 188 188
Impacted Files | Coverage Δ | |
---|---|---|
pdbtools/pdb_delresname.py | 81.81% <ø> (+1.04%) |
:arrow_up: |
pdbtools/pdb_selatom.py | 84.41% <ø> (+1.08%) |
:arrow_up: |
pdbtools/pdb_selresname.py | 81.81% <ø> (+1.04%) |
: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 37008a8...8d61b49. Read the comment docs.
There were a few scripts with double
return
statements in the input parsing function - typo/leftover from copy-paste.