Closed althonos closed 3 years ago
Merging #1 (ae90c3b) into master (6cd4818) will not change coverage. The diff coverage is
100.00%
.
@@ Coverage Diff @@
## master #1 +/- ##
=======================================
Coverage 52.13% 52.13%
=======================================
Files 3 3
Lines 631 631
=======================================
Hits 329 329
Misses 302 302
Impacted Files | Coverage Δ | |
---|---|---|
pyhmmer/easel.pyx | 50.98% <ø> (ø) |
|
pyhmmer/plan7.pyx | 49.29% <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 6cd4818...ae90c3b. Read the comment docs.
Code was updated to use the
distutils.ccompiler
API, so that it's not needed to runautotools
when buildinglibhmmer
andlibeasel
. Platform-specific code for PowerPC/VMX implementation was also added.