Skip to content

Commit

Permalink
ci: Fix codecov upload (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrezza authored Nov 20, 2024
1 parent c6f86da commit c59b990
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,10 @@ jobs:
${{ runner.os }}-node-
- run: npm ci
- run: npm run coverage
- run: bash <(curl -s https://codecov.io/bash)
env:
CI: true
- name: Upload code coverage
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit c59b990

Please sign in to comment.