Skip to content

Commit ec87797

Browse files
authored
Merge pull request #1529 from jluebbe/codecov-flags
github/workflows: set the python version as a codecov flag
2 parents 5f0ae27 + 24ad7ef commit ec87797

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/reusable-unit-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
uses: codecov/codecov-action@v4
6464
with:
6565
token: ${{ secrets.CODECOV_TOKEN }}
66+
flags: ${{ inputs.python-version }}
6667
- name: Build documentation
6768
run: |
6869
make -C doc clean

0 commit comments

Comments
 (0)