Skip to content

Commit 40376ed

Browse files
change prepare coverage step in an action
1 parent 0fffe5c commit 40376ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ jobs:
3030
- run: npm run build --if-present
3131
- run: npm test
3232
- name: Prepare coverage
33-
run: npm run coveralls
33+
run: npm run test-coverage
3434
- name: Publish to Coveralls
3535
uses: coverallsapp/[email protected]

0 commit comments

Comments
 (0)