Skip to content

Commit

Permalink
CI: add codecov token
Browse files Browse the repository at this point in the history
  • Loading branch information
sappelhoff committed Sep 19, 2024
1 parent 05bb95f commit 3c08d31
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,8 @@ jobs:
uses: codecov/codecov-action@v4
with:
files: ./coverage.xml
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true

build_docs:
runs-on: ubuntu-latest
Expand Down

1 comment on commit 3c08d31

@sappelhoff
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.