Closed zsimic closed 4 years ago
Merging #5 into master will increase coverage by
0.00%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #5 +/- ##
=======================================
Coverage 99.93% 99.93%
=======================================
Files 8 8
Lines 1633 1640 +7
=======================================
+ Hits 1632 1639 +7
Misses 1 1
Impacted Files | Coverage Δ | |
---|---|---|
src/pickley/__init__.py | 100.00% <100.00%> (ø) |
|
src/pickley/cli.py | 99.79% <100.00%> (+<0.01%) |
:arrow_up: |
src/pickley/delivery.py | 100.00% <100.00%> (ø) |
|
src/pickley/package.py | 100.00% <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 48a9706...90d325e. Read the comment docs.
Added 'facultative' setting, allowing to optionally install packages (if not there already)
Removed python2 support for packaging via 'pex'