Closed evanroyrees closed 2 years ago
nf-core lint
overall result: Passed :white_check_mark: :warning:Posted for pipeline commit 6af2f6b
+| ✅ 62 tests passed |+
#| ❔ 34 tests were ignored |#
!| ❗ 9 tests had warnings |!
Merging #265 (6af2f6b) into dev (9969875) will not change coverage. The diff coverage is
100.00%
.
@@ Coverage Diff @@
## dev #265 +/- ##
=======================================
Coverage 27.39% 27.39%
=======================================
Files 45 45
Lines 5374 5374
=======================================
Hits 1472 1472
Misses 3902 3902
Flag | Coverage Δ | |
---|---|---|
unittests | 27.39% <100.00%> (ø) |
Flags with carried forward coverage won't be shown. Click here to find out more.
Impacted Files | Coverage Δ | |
---|---|---|
autometa/taxonomy/ncbi.py | 56.43% <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 2794c3e...6af2f6b. Read the comment docs.
:snake::bug: delnodes.dmp taxids were parsed and added to the
self.delnodes
set. However these taxids were not converted to integers prior to being stored within the set, causing a check of a current taxid (an integer) to returnFalse
due to the taxid's string representation being stored.