Skip to content

Commit

Permalink
try to upload code coverage stats via code-cov (#874)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jing T authored Dec 21, 2022
1 parent 27b6c2a commit cf7581e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,11 @@ jobs:
- run: npm run lint
- run: npm run xml-validate
- run: npm run self-check
- run: npm run test:e2e-ci
- run: npm run test:unit
- run: npm run report
- name: Codecov
uses: codecov/[email protected]
- run: npm run test:gen

build-zap:
Expand Down

0 comments on commit cf7581e

Please sign in to comment.