Skip to content

Commit

Permalink
fix: merge two reports
Browse files Browse the repository at this point in the history
trying to see if file command can have multile paths
  • Loading branch information
BKristenssonAlfsson committed Jun 13, 2020
1 parent d3eef9c commit 0717a97
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,12 @@ jobs:
command: npm test
env:
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Code Coverage Report
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
file: ./coverage/coverage-final.json # optional
file: ./coverage/coverage-final.json && ./coverage/jest/coverage-final.json # optional
fail_ci_if_error: true # optional (default = false)
- name: Build PWA distribution for production
run: |
Expand Down

0 comments on commit 0717a97

Please sign in to comment.