Skip to content

Commit 8301074

Browse files
committed
Add CODECOV_TOKEN
1 parent 307e6da commit 8301074

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/workflow.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ jobs:
4141
run: npx gulp unit
4242
- name: Upload test coverage
4343
run: npx gulp uploadCoverage
44+
env:
45+
COVECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
4446
# Performed after each OS + Node.js version combination has succeeded
4547
final:
4648
needs: combinations

0 commit comments

Comments
 (0)