Closed JureZmrzlikar closed 7 years ago
Merging #159 into master will increase coverage by
0.2%
. The diff coverage is94.5%
.
@@ Coverage Diff @@
## master #159 +/- ##
=========================================
+ Coverage 84.97% 85.17% +0.2%
=========================================
Files 50 51 +1
Lines 3581 3657 +76
=========================================
+ Hits 3043 3115 +72
- Misses 538 542 +4
Impacted Files | Coverage Δ | |
---|---|---|
iCount/analysis/rnamaps.py | 96.49% <ø> (ø) |
:arrow_up: |
iCount/tests/test_rnamaps.py | 98.68% <100%> (-0.04%) |
:arrow_down: |
iCount/tests/utils.py | 97.08% <85.18%> (-2.08%) |
:arrow_down: |
iCount/tests/test_e2e.py | 98.3% <98.3%> (ø) |
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 4f7adf9...2bac016. Read the comment docs.
This sh/c-ould be a framework for e2e tests in iCount. The goal is to check that individual iCount commands can be chained and connected in desired ways. Still, test data is minimal and test can be run under one minute. Example of e2e testing for RNAmaps is included.