Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0f2adf commit 12540ccCopy full SHA for 12540cc
.github/workflows/check-test-coverage.yml
@@ -20,6 +20,7 @@ jobs:
20
pip install pytest pytest-cov pytest-mpl coverage docopt
21
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
22
pip install scipy
23
+ export MPL_IMGCOMP_TOLERANCE=20
24
coverage run --source probscale check_probscale.py --doctest-modules --mpl --cov-report=xml
25
- name: Upload coverage to Codecov
26
uses: codecov/codecov-action@v1
0 commit comments