Skip to content

Commit

Permalink
Only upload coverage from ubuntu (not collected on others)
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Jul 26, 2024
1 parent d88b132 commit 1d13bc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/c.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ jobs:

- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
if: ${{ contains(matrix.os, 'ubuntu') }}
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: C
1 change: 1 addition & 0 deletions .github/workflows/cplusplus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ jobs:

- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
if: ${{ contains(matrix.os, 'ubuntu') }}
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: Cpp

0 comments on commit 1d13bc7

Please sign in to comment.