add gcov coverage to test.yml

This commit is contained in:
nulano 2023-02-11 23:16:13 +00:00
parent f6040bc879
commit 0836c747f0
No known key found for this signature in database
GPG Key ID: B650CDF63B705766

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: