Skip to content

Commit

Permalink
chore(main.yml): add codecov token
Browse files Browse the repository at this point in the history
  • Loading branch information
Varun Malhotra committed Oct 15, 2023
1 parent 27f6ee0 commit 1fcd222
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ jobs:
yarn coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2.1.0
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: ${{ runner.os }}

- name: Notification
Expand Down

0 comments on commit 1fcd222

Please sign in to comment.