Skip to content

Commit

Permalink
Merge pull request #1529 from jluebbe/codecov-flags
Browse files Browse the repository at this point in the history
github/workflows: set the python version as a codecov flag
  • Loading branch information
Emantor authored Oct 21, 2024
2 parents 5f0ae27 + 24ad7ef commit ec87797
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/reusable-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: ${{ inputs.python-version }}
- name: Build documentation
run: |
make -C doc clean
Expand Down

0 comments on commit ec87797

Please sign in to comment.