Skip to content

Commit

Permalink
Merge pull request #6944 from hugovk/fix-codecov-docker
Browse files Browse the repository at this point in the history
Enable gcov support for codecov/codecov-action
  • Loading branch information
radarhere committed Feb 14, 2023
2 parents 98b2a56 + 8f9a585 commit 228709e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test-docker.yml
Expand Up @@ -87,6 +87,7 @@ jobs:
with:
flags: GHA_Docker
name: ${{ matrix.docker }}
gcov: true

success:
permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -108,9 +108,9 @@ jobs:
- name: Upload coverage
uses: codecov/codecov-action@v3
with:
file: ./coverage.xml
flags: ${{ matrix.os == 'macos-latest' && 'GHA_macOS' || 'GHA_Ubuntu' }}
name: ${{ matrix.os }} Python ${{ matrix.python-version }}
gcov: true

success:
permissions:
Expand Down

0 comments on commit 228709e

Please sign in to comment.