Skip to content

Commit

Permalink
Merge pull request #94 from nulano/codecov-ubuntu
Browse files Browse the repository at this point in the history
add gcov coverage to test.yml
  • Loading branch information
hugovk committed Feb 12, 2023
2 parents f6040bc + 0836c74 commit 8f9a585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -107,9 +107,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 8f9a585

Please sign in to comment.