Skip to content

Commit

Permalink
Add codecov token
Browse files Browse the repository at this point in the history
  • Loading branch information
ddalcino committed Mar 27, 2024
1 parent 85dc70c commit 49eb734
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
yarn test --coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
- name: deploy to gh-pages
if: github.ref == 'refs/heads/main' && github.actor == github.repository_owner
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 49eb734

Please sign in to comment.