Skip to content

Commit

Permalink
Make upload for codecov os specific
Browse files Browse the repository at this point in the history
  • Loading branch information
RJMW committed May 2, 2023
1 parent 9d63268 commit c0f14dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-test.yml
Expand Up @@ -53,6 +53,7 @@ jobs:
- name: Upload code coverage to codecov
uses: codecov/codecov-action@v1
if: matrix.os == 'ubuntu-latest'
with:
flags: unittests
env_vars: OS,PYTHON
Expand Down

0 comments on commit c0f14dd

Please sign in to comment.