Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 12540cc

Browse files
committed
add looser tolerance to coverage action
1 parent c0f2adf commit 12540cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/check-test-coverage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
pip install pytest pytest-cov pytest-mpl coverage docopt
2121
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
2222
pip install scipy
23+
export MPL_IMGCOMP_TOLERANCE=20
2324
coverage run --source probscale check_probscale.py --doctest-modules --mpl --cov-report=xml
2425
- name: Upload coverage to Codecov
2526
uses: codecov/codecov-action@v1

0 commit comments

Comments
 (0)