Skip to content

Commit 1fcd222

Browse files
author
Varun Malhotra
committed
chore(main.yml): add codecov token
1 parent 27f6ee0 commit 1fcd222

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,9 @@ jobs:
4040
yarn coverage
4141
4242
- name: Upload coverage to Codecov
43-
uses: codecov/codecov-action@v2.1.0
43+
uses: codecov/codecov-action@v3
4444
with:
45+
token: ${{ secrets.CODECOV_TOKEN }}
4546
flags: ${{ runner.os }}
4647

4748
- name: Notification

0 commit comments

Comments
 (0)