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 c3fb9af commit 54d774d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
with:
file: coverage-frontend/default/lcov.info
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

audit:
name: Build-and-Audit
Expand Down Expand Up @@ -138,6 +139,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 54d774d

Please sign in to comment.