Skip to content

Commit 2d0424d

Browse files
committed
use coverage action instead of manually post the results
1 parent a8be568 commit 2d0424d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/lint_and_test.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
- name: Test
3232
run: npm test
3333
- name: Coverage
34-
run: npm run test:coverage && cat ./coverage/lcov.info | node_modules/.bin/coveralls --verbose
34+
run: npm run test:coverage
35+
# run: npm run test:coverage && cat ./coverage/lcov.info | node_modules/.bin/coveralls --verbose
3536
- name: Coveralls
3637
uses: coverallsapp/github-action@v2

0 commit comments

Comments
 (0)