Skip to content

Commit

Permalink
CI: Use different flags for different reports to Codecov.io
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Nov 7, 2023
1 parent d5e420d commit b42f504
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
uses: codecov/codecov-action@v3
with:
files: ./coverage.xml
flags: unittests
flags: main
env_vars: OS,PYTHON
name: codecov-umbrella
fail_ci_if_error: false
2 changes: 1 addition & 1 deletion .github/workflows/ngr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
uses: codecov/codecov-action@v3
with:
files: ./coverage.xml
flags: unittests
flags: ngr
env_vars: OS,PYTHON
name: codecov-umbrella
fail_ci_if_error: false

0 comments on commit b42f504

Please sign in to comment.