Skip to content

Commit

Permalink
Put back report coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
jennyEckstein committed Nov 17, 2021
1 parent 3c92420 commit 8c8ed33
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pull-request-check.yml
Expand Up @@ -32,3 +32,7 @@ jobs:
run: npm test -- --ci --runInBand
env:
CI: true
- name: Report coverage
run: npx codecov
env:
CODECOV_TOKEN: ${{secrets.CODECOV_TOKEN}}

0 comments on commit 8c8ed33

Please sign in to comment.