We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 996937f commit 4b00a44Copy full SHA for 4b00a44
.github/workflows/ci.yml
@@ -21,4 +21,4 @@ jobs:
21
run: yarn test:coverage
22
23
- name: codecov
24
- run: yarn codecov
+ run: yarn codecov -t ${{ secrets.CODECOV_TOKEN }}
0 commit comments