Skip to content

Commit 66a738c

Browse files
committed
Update coverage workflow for new configuration location
1 parent 041e5f8 commit 66a738c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Run Tox
3030
run: tox --sitepackages -e py -- -vv
3131
env:
32-
PYTEST_ADDOPTS: "--cov ./ --cov-append --cov-config setup.cfg"
32+
PYTEST_ADDOPTS: "--cov ./ --cov-append --cov-config pyproject.toml"
3333

3434
- name: codecov
3535
uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)