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 e988e4e commit 61e08e2Copy full SHA for 61e08e2
.github/workflows/test-coverage.yml
@@ -33,12 +33,10 @@ jobs:
33
- name: Run Inline Assertion Tests & Verify Parity
34
run: node scripts/run-inline-tests.js
35
36
- - name: Run Jest Tests with Coverage
37
- run: npx jest --config=jest.config.jest-tests.js --coverage --ci --json --testLocationInResults --outputFile=report.json
38
-
39
- name: Jest Coverage Report
40
uses: ArtiomTr/jest-coverage-report-action@v2
41
if: always()
42
with:
43
- coverage-file: ./report.json
44
- base-coverage-file: ./report.json
+ test-script: npx jest --config=jest.config.jest-tests.js --coverage
+ working-directory: ./
+ skip-step: install
0 commit comments