Skip to content

Commit

Permalink
Adding to pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
araujoarthur0 committed Mar 9, 2024
1 parent e17a536 commit be788cd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/Checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,17 @@ jobs:
fi
npm run test:electron-mocha-main
# Move initial coverage to avoid it being replaced below by renderer run
mv coverage_c8 coverage-electron-mocha-main
npm run test:electron-mocha-renderer
npm run test:jest
npm run test:mocha
- name: ' CodeCov'
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: coverage_c8/coverage-final.json,coverage_jest/coverage-final.json,coverage_mocha/coverage-final.json
files: coverage-electron-mocha-main/coverage-final.json,coverage_c8/coverage-final.json,coverage_jest/coverage-final.json,coverage_mocha/coverage-final.json
name: codecov-${{ matrix.os }}
verbose: true

0 comments on commit be788cd

Please sign in to comment.