Skip to content

Commit

Permalink
Add CODECOV_TOKEN environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgrady committed Mar 12, 2024
1 parent e20f7dd commit cb204ae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,9 @@ jobs:
with:
name: coverage
- name: Upload coverage report
uses: codecov/codecov-action:latest
uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab # v4.1.0
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
fail_ci_if_error: true
files: coverage.cobertura.xml
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,9 @@ jobs:
with:
name: coverage
- name: Upload coverage report
uses: codecov/codecov-action:latest
uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab # v4.1.0
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
fail_ci_if_error: true
files: cobertura-coverage.xml
Expand Down

0 comments on commit cb204ae

Please sign in to comment.