Skip to content

Commit ae336a8

Browse files
committed
Switched to coverallsapp/github-cation
1 parent 75c2871 commit ae336a8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/git-build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,8 @@ jobs:
1515
node-version: '12.18.3'
1616
- run: npm ci
1717
- run: npm run test
18-
- run: npm run coveralls
18+
- run: npm run test-coverage
19+
- name: Coveralls
20+
uses: coverallsapp/github-action@master
21+
with:
22+
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)