Skip to content

Commit

Permalink
Add codecov token to env (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
bennibolm authored Feb 3, 2024
1 parent f498238 commit 98d15ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ jobs:
with:
files: lcov.info
token: ${{ secrets.CODECOV_TOKEN }}
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
- uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 98d15ee

Please sign in to comment.