Skip to content

Commit

Permalink
Add codecov token
Browse files Browse the repository at this point in the history
Signed-off-by: Vivek Joshy <[email protected]>
  • Loading branch information
vivekjoshy committed Aug 24, 2023
1 parent 77e8f8b commit 2c51194
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
- name: "Upload Coverage to Codecov"
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: ${{ !matrix.experimental }}
cpython-unstable:
if:
Expand Down Expand Up @@ -86,6 +87,7 @@ jobs:
- name: "Upload Coverage to Codecov"
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: ${{ !matrix.experimental }}
pypy:
if:
Expand Down Expand Up @@ -125,4 +127,5 @@ jobs:
- name: "Upload Coverage to Codecov"
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: ${{ !matrix.experimental }}

0 comments on commit 2c51194

Please sign in to comment.