Skip to content

Commit 2ac3c84

Browse files
committed
feature: uploading test coverage artifacts
1 parent ba74013 commit 2ac3c84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
run: npm ci
8282

8383
- name: Run tests
84-
run: npm run test:coverage -- --coverageReporters=json --coverageDirectory=coverage
84+
run: npm run test:coverage -- --reporter=json --outputFile=coverage/coverage-final.json
8585

8686
- name: Upload frontend coverage report
8787
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)