We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c73ab4 commit fa6d053Copy full SHA for fa6d053
1 file changed
.github/workflows/run-tests.yml
@@ -38,7 +38,7 @@ jobs:
38
uv run noxfile.py -s "${{ matrix.session }}"
39
-- --pyargs sqlalchemy_mptt --cov-report xml
40
- name: Upload coverage data
41
- if: ${{ matrix.session != 'lint' }}
+ if: ${{ startsWith(matrix.session, 'test(') }}
42
uses: coverallsapp/github-action@v2
43
with:
44
flag-name: run-${{ join(matrix.*, '-') }}
0 commit comments