Skip to content

Commit

Permalink
Codecov: Use token
Browse files Browse the repository at this point in the history
  • Loading branch information
USA-RedDragon committed Feb 15, 2023
1 parent 1d70cf1 commit 4244bd7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ jobs:
- uses: codecov/codecov-action@v3
if: always()
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: frontend-unit
files: ./coverage/unit/lcov.info
fail_ci_if_error: true
Expand Down Expand Up @@ -121,6 +122,7 @@ jobs:
- uses: codecov/codecov-action@v3
if: always()
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: frontend-e2e-${{ matrix.browser }}
files: ./coverage/e2e/lcov.info
fail_ci_if_error: true
Expand Down Expand Up @@ -233,6 +235,7 @@ jobs:
- uses: codecov/codecov-action@v3
if: always()
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: backend
fail_ci_if_error: true

Expand Down

0 comments on commit 4244bd7

Please sign in to comment.