We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f07827b commit 4ac1f84Copy full SHA for 4ac1f84
.github/workflows/test-coverage.yml
@@ -28,12 +28,4 @@ jobs:
28
run: node scripts/run-inline-tests.js
29
30
- name: Run Jest Tests with Coverage
31
- run: npx jest --config=jest.config.jest-tests.js --coverage --ci --json --testLocationInResults --outputFile=report.json
32
-
33
- - name: Jest Coverage Report
34
- uses: ArtiomTr/jest-coverage-report-action@v2
35
- if: always()
36
- with:
37
- github-token: ${{ secrets.GITHUB_TOKEN }}
38
- coverage-file: ./report.json
39
- base-coverage-file: ./report.json
+ run: npx jest --config=jest.config.jest-tests.js --coverage --ci
0 commit comments