Skip to content

Commit

Permalink
build: codecov fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ivelin committed Apr 18, 2021
1 parent 67425a6 commit 2c2334c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,7 @@ jobs:
./coverage/jest/coverage-final.json
fail_ci_if_error: true # optional (default = false)
path_to_write_report: ./coverage/codecov_report.txt
- name: Show Coverage Report
run: |
cat ./coverage/codecov_report.txt

- name: Build PWA distribution for production
run: |
npm run build --if-present
Expand Down

0 comments on commit 2c2334c

Please sign in to comment.