Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Commit

Permalink
Set codecov token var in GH Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jkotanchik-SB committed Jun 4, 2024
1 parent 2e7d3d2 commit 85be6dc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,9 @@ jobs:
with:
file: coverage-frontend/default/lcov.info
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

#--------Audit Job-------------
#--------Audit Job-------------
audit:
name: Build-and-Audit

Expand Down Expand Up @@ -140,6 +141,7 @@ jobs:
with:
file: coverage/.resultset.json
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

- name: Setup Istanbul
run: sudo npm install -g istanbul

0 comments on commit 85be6dc

Please sign in to comment.