We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d67b3b commit 24ad7efCopy full SHA for 24ad7ef
.github/workflows/reusable-unit-tests.yml
@@ -63,6 +63,7 @@ jobs:
63
uses: codecov/codecov-action@v4
64
with:
65
token: ${{ secrets.CODECOV_TOKEN }}
66
+ flags: ${{ inputs.python-version }}
67
- name: Build documentation
68
run: |
69
make -C doc clean
0 commit comments