Skip to content

Commit 4ac1f84

Browse files
author
Dias, Diego
committed
Refactor: removed coverage pr comments functionality
1 parent f07827b commit 4ac1f84

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/test-coverage.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,4 @@ jobs:
2828
run: node scripts/run-inline-tests.js
2929

3030
- 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
31+
run: npx jest --config=jest.config.jest-tests.js --coverage --ci

0 commit comments

Comments
 (0)