ci: codecov: add flags for GHA/Travis

This would help with debugging missing coverage when removing Travis
jobs.
This commit is contained in:
Daniel Hahler
2020-01-23 14:44:30 +01:00
parent 6b13379f37
commit a8d67f5e7b
3 changed files with 3 additions and 3 deletions

View File

@@ -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 }}