Skip to content

Commit

Permalink
Add codecov token
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed Sep 18, 2023
1 parent a91dc76 commit 7fe83e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -282,8 +282,8 @@ jobs:
uses: codecov/codecov-action@v3
if: matrix.coverage
with:
# It appears adding the token may result in the coverage comment not being added
# token: ${{ secrets.CODECOV_TOKEN }}
# Following https://community.codecov.com/t/upload-issues-unable-to-locate-build-via-github-actions-api/3954, this is probably the only way to make it work reliably in forks
token: 4675831c-3cb2-4bd3-bb71-c0a932c9b018
commit_parent: ${{ github.event.pull_request.head.sha }}

publish:
Expand Down

0 comments on commit 7fe83e2

Please sign in to comment.