ci: codecov: add flags for GHA/Travis
This would help with debugging missing coverage when removing Travis jobs.
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -154,7 +154,7 @@ jobs:
|
||||
with:
|
||||
token: ${{ secrets.codecov }}
|
||||
file: ./coverage.xml
|
||||
flags: ${{ runner.os }}
|
||||
flags: GHA
|
||||
fail_ci_if_error: false
|
||||
name: ${{ matrix.name }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user