ci: add missing codecov flags
This commit is contained in:
parent
7ff0aff70a
commit
01f1902900
|
@ -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…
Reference in New Issue