Skip to content

Commit 790f257

Browse files
committed
fix coverage file name
1 parent 98adb5a commit 790f257

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unittest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
python -m pip install nox
7777
- name: Run compliance tests
7878
env:
79-
COVERAGE_FILE: .coverage-${{ matrix.python }}
79+
COVERAGE_FILE: .coverage-compliance-${{ matrix.python }}
8080
run: |
8181
nox -s compliance-${{ matrix.python }}
8282
- name: Upload coverage results

0 commit comments

Comments
 (0)