We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9950d81 commit bc44930Copy full SHA for bc44930
1 file changed
.github/workflows/tests-and-linting.yml
@@ -38,6 +38,7 @@ jobs:
38
poetry run bandit -r flare_explorer/
39
- name: Coverage
40
uses: codecov/codecov-action@v5
41
+ if: matrix.python-version == '3.12'
42
with:
43
token: ${{ secrets.CODECOV_TOKEN }}
44
file: ./coverage.xml
0 commit comments