Skip to content

Commit c3e0324

Browse files
committed
Add codecov
1 parent 446383a commit c3e0324

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/release.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,13 @@ jobs:
1919
- run: npm test
2020
- run: npm run release
2121
env:
22-
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
22+
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

Comments
 (0)