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 419d392 commit aaffb03Copy full SHA for aaffb03
.github/workflows/check-test-coverage.yml
@@ -19,7 +19,7 @@ jobs:
19
python -m pip install --upgrade pip
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
+ pip install scipy seaborn
23
export MPL_IMGCOMP_TOLERANCE=20
24
coverage run -m pytest --mpl --doctest-glob="probscale/*.py" --cov-report=xml
25
- name: Upload coverage to Codecov
.github/workflows/python-runtests-all.yml
@@ -31,4 +31,4 @@ jobs:
31
- name: Test with pytest
32
run: |
33
34
- python -m pytest --mpl --doctest-modules
+ python -m pytest --mpl
0 commit comments