Skip to content

Commit

Permalink
Merge pull request #2737 from jdebacker/codecov
Browse files Browse the repository at this point in the history
Codecov
  • Loading branch information
jdebacker committed Apr 16, 2024
2 parents 8f390e0 + 9cdb3cd commit dde0160
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_and_test.yml
Expand Up @@ -36,6 +36,7 @@ jobs:
run: |
pytest -m 'not requires_pufcsv and not pre_release and not local' --cov=./ --cov-report=xml
- name: Upload coverage to Codecov
if: matrix.os == 'ubuntu-latest'
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
Expand Down

0 comments on commit dde0160

Please sign in to comment.