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 be697c6 commit a65e0eeCopy full SHA for a65e0ee
.github/workflows/check-test-coverage.yml
@@ -23,7 +23,7 @@ jobs:
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
26
- uses: codecov/codecov-action@v1
+ uses: codecov/codecov-action@29386c70ef20e286228c72b668a06fd0e8399192 # v1
27
with:
28
# directory: ./coverage/reports/
29
flags: unittests
0 commit comments