Closed kyleniemeyer closed 5 years ago
Merging #47 into master will decrease coverage by
9.21%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## master #47 +/- ##
==========================================
- Coverage 87.48% 78.27% -9.22%
==========================================
Files 41 17 -24
Lines 4211 1947 -2264
Branches 0 356 +356
==========================================
- Hits 3684 1524 -2160
+ Misses 527 371 -156
- Partials 0 52 +52
Impacted Files | Coverage Δ | |
---|---|---|
pymars/name_trim.py | 50% <0%> (-20%) |
:arrow_down: |
pymars/dijkstra.py | 63.46% <0%> (-17.31%) |
:arrow_down: |
pymars/readin_initial_conditions.py | 94.28% <0%> (-5.72%) |
:arrow_down: |
pymars/drg.py | 90.09% <0%> (-3.78%) |
:arrow_down: |
pymars/drgep.py | 87.89% <0%> (-3.59%) |
:arrow_down: |
pymars/soln2cti.py | 83.48% <0%> (-3.22%) |
:arrow_down: |
pymars/pfa.py | 91.53% <0%> (-3.08%) |
:arrow_down: |
pymars/sensitivity_analysis.py | 89.74% <0%> (-2.57%) |
:arrow_down: |
pymars/simulation.py | 82.35% <0%> (-2.36%) |
:arrow_down: |
pymars/tests/test_get_rates_drg.py | ||
... and 23 more |
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 7996780...bfe41f4. Read the comment docs.
This PR adds to the Travis CI config to make it deploy packages to PyPI and Anaconda, when tagging a git commit (i.e.,
git tag ...
).