Closed mtazzari closed 3 years ago
Merging #184 (c90c41e) into master (566bfb6) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #184 +/- ##
=======================================
Coverage 97.98% 97.98%
=======================================
Files 5 5
Lines 496 496
=======================================
Hits 486 486
Misses 10 10
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 566bfb6...c90c41e. Read the comment docs.
I've opened a topic on the codecov forum: https://community.codecov.io/t/threshold-parameter-not-working/2623 If I don't get an answer by Monday I'll just remove codecov from the project: although useful, if it is prone to these kind of glitches (fails for 0.04% decrease in coverage), it can be discarded.
Ready to merge
To Fix #183 move the Travis CI workflow to GitHub Actions. Requirements:
Differences between the Travis CI workflow and the new GitHub Actions workflow:
galario
for Python 2.7 anymore). In this new workflow I stop testing for Python 2.7.doctr
tool, which only works in Travis. It is recommended to find another way to deploy documentation. #186 suggests to move them to readthedocs.org. For that, it is better to consistently migrate the whole docs in a dedicated PR.