We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 041e5f8 commit 66a738cCopy full SHA for 66a738c
.github/workflows/coverage.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Run Tox
30
run: tox --sitepackages -e py -- -vv
31
env:
32
- PYTEST_ADDOPTS: "--cov ./ --cov-append --cov-config setup.cfg"
+ PYTEST_ADDOPTS: "--cov ./ --cov-append --cov-config pyproject.toml"
33
34
- name: codecov
35
uses: codecov/codecov-action@v3
0 commit comments