Skip to content

Commit b1ade24

Browse files
committed
Ensuring coverage publication
1 parent 81d98d6 commit b1ade24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,11 +122,11 @@ jobs:
122122

123123
- name: Combine coverage data and display human readable report
124124
run: |
125-
nox --session=coverage
125+
nox --session=coverage -- --rcfile=pyproject.toml
126126
127127
- name: Create coverage report
128128
run: |
129-
nox --session=coverage -- xml
129+
nox --session=coverage -- xml --rcfile=pyproject.toml
130130
131131
- name: Upload coverage report
132132
uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)