Skip to content

Commit

Permalink
ci: configure codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
barmac authored Feb 1, 2024
1 parent aaa020a commit 249ccde
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,9 @@ jobs:
TEST_BROWSERS: ChromeHeadless
run: npm run test
- name: Upload Coverage
uses: codecov/codecov-action@v4
if: runner.os == 'Linux'
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 249ccde

Please sign in to comment.