Closed standage closed 5 years ago
Merging #67 into master will increase coverage by
0.43%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #67 +/- ##
==========================================
+ Coverage 95.72% 96.15% +0.43%
==========================================
Files 25 25
Lines 818 781 -37
Branches 157 153 -4
==========================================
- Hits 783 751 -32
+ Misses 18 16 -2
+ Partials 17 14 -3
Impacted Files | Coverage Δ | |
---|---|---|
microhapulator/panel.py | 89.83% <ø> (+0.72%) |
:arrow_up: |
microhapulator/profile.py | 99.11% <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 d536bb4...f76b495. Read the comment docs.
This update removes the
LocusContext
class in favor of theTargetAmplicon
class in MicroHapDB designed for the same purpose.