Skip to content

Commit bc44930

Browse files
committed
Restrict Codecov action to Python 3.12 in tests-and-linting workflow
1 parent 9950d81 commit bc44930

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/tests-and-linting.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
poetry run bandit -r flare_explorer/
3939
- name: Coverage
4040
uses: codecov/codecov-action@v5
41+
if: matrix.python-version == '3.12'
4142
with:
4243
token: ${{ secrets.CODECOV_TOKEN }}
4344
file: ./coverage.xml

0 commit comments

Comments
 (0)