Merge pull request #94 from nulano/codecov-ubuntu

add gcov coverage to test.yml
This commit is contained in:
Hugo van Kemenade 2023-02-12 12:39:45 +02:00 committed by GitHub
commit 8f9a5859d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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