Skip to content

Commit

Permalink
Attempting to add report file instead of merging
Browse files Browse the repository at this point in the history
  • Loading branch information
araujoarthur0 committed Feb 3, 2024
1 parent d3083fa commit eb13b0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ jobs:
mkdir COV_REPORT
- name: ' Merge coverage results'
run: |
npx istanbul-merge --out COV_REPORT/coverage-final.json coverage_c8/coverage-final.json coverage_jest/coverage-final.json coverage_mocha/coverage-final.json
npx istanbul-merge --out COV_REPORT/coverage-final.json coverage_c8/coverage-final.json coverage_jest/coverage-final.json
- name: ' CodeCov'
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: COV_REPORT/coverage-final.json
files: COV_REPORT/coverage-final.json,coverage_mocha/coverage-final.json
name: codecov-${{ matrix.os }}
verbose: true

0 comments on commit eb13b0c

Please sign in to comment.