Skip to content

Commit

Permalink
update codecov action
Browse files Browse the repository at this point in the history
  • Loading branch information
martinlackner committed Sep 17, 2024
1 parent e3e4111 commit 5b1fd0e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ jobs:

- name: Upload coverage metrics to codecov
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

# tests the package, the release is done in build.yml
- name: Build a binary wheel and a source tarball
Expand Down

0 comments on commit 5b1fd0e

Please sign in to comment.