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.
2 parents 2a0537f + 8e90865 commit 671e482Copy full SHA for 671e482
1 file changed
.github/workflows/run-pytest.yml
@@ -38,7 +38,7 @@ jobs:
38
pytest --cov=diff_binom_confint --ignore=test/test_random.py -v test
39
- name: Upload coverage to Codecov
40
if: matrix.python-version == '3.10'
41
- uses: codecov/codecov-action@v5
+ uses: codecov/codecov-action@v6
42
with:
43
fail_ci_if_error: true # optional (default = false)
44
verbose: true # optional (default = false)
0 commit comments