We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98adb5a commit 790f257Copy full SHA for 790f257
.github/workflows/unittest.yml
@@ -76,7 +76,7 @@ jobs:
76
python -m pip install nox
77
- name: Run compliance tests
78
env:
79
- COVERAGE_FILE: .coverage-${{ matrix.python }}
+ COVERAGE_FILE: .coverage-compliance-${{ matrix.python }}
80
run: |
81
nox -s compliance-${{ matrix.python }}
82
- name: Upload coverage results
0 commit comments