We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 446383a commit c3e0324Copy full SHA for c3e0324
.github/workflows/release.yml
@@ -19,4 +19,13 @@ jobs:
19
- run: npm test
20
- run: npm run release
21
env:
22
- GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
23
+
24
+ - uses: codecov/codecov-action@v2
25
+ with:
26
+ token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
27
+ #files: ./coverage1.xml,./coverage2.xml # optional
28
+ flags: unittests # optional
29
+ name: codecov-umbrella # optional
30
+ fail_ci_if_error: true # optional (default = false)
31
+ verbose: true # optional (default = false)
0 commit comments