ci: add missing codecov flags
This commit is contained in:
parent
7ff0aff70a
commit
01f1902900
1 changed files with 1 additions and 0 deletions
1
.github/workflows/_python.yml
vendored
1
.github/workflows/_python.yml
vendored
|
@ -82,4 +82,5 @@ jobs:
|
||||||
uses: codecov/codecov-action@v3
|
uses: codecov/codecov-action@v3
|
||||||
with:
|
with:
|
||||||
files: ${{ inputs.context }}/coverage.xml
|
files: ${{ inputs.context }}/coverage.xml
|
||||||
|
flags: ${{ inputs.context }}
|
||||||
name: ${{ inputs.context }}
|
name: ${{ inputs.context }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue