Skip to content

Commit 1d6547f

Browse files
authored
chore: add codecov token
1 parent 97e2802 commit 1d6547f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,6 @@ jobs:
3636
- name: Codecov
3737
uses: codecov/codecov-action@v1
3838
with:
39+
file: coverage
40+
token: ${{ secrets.CODECOV_TOKEN }}
3941
fail_ci_if_error: false # optional (default = false)

0 commit comments

Comments
 (0)