Skip to content

Commit

Permalink
Comment out codecov token for now
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed Aug 22, 2023
1 parent 5cf1f9f commit 1b557cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ jobs:
CI: true
- uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
# It appears that with the token, the comment is not created
# token: ${{ secrets.CODECOV_TOKEN }}
commit_parent: ${{ github.event.pull_request.head.sha }}

linux16:
Expand Down

0 comments on commit 1b557cd

Please sign in to comment.