Skip to content

Commit

Permalink
chore(action): add codecov token
Browse files Browse the repository at this point in the history
  • Loading branch information
bartholomej committed Nov 28, 2024
1 parent a51d588 commit 7cf8336
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,12 @@ jobs:
- name: Run tests # Build Schematics and move
run: yarn test --configuration=ci --code-coverage

- name: Upload coverage reports
run: bash <(curl -s https://codecov.io/bash)
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

- name: Deploy Github Pages
uses: peaceiris/actions-gh-pages@v4
Expand Down

0 comments on commit 7cf8336

Please sign in to comment.