We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 307e6da commit 8301074Copy full SHA for 8301074
.github/workflows/workflow.yml
@@ -41,6 +41,8 @@ jobs:
41
run: npx gulp unit
42
- name: Upload test coverage
43
run: npx gulp uploadCoverage
44
+ env:
45
+ COVECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
46
# Performed after each OS + Node.js version combination has succeeded
47
final:
48
needs: combinations
0 commit comments