Skip to content

Commit 75c2871

Browse files
committed
Added coveralls to git workflow
1 parent 766ed3d commit 75c2871

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/git-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ jobs:
1414
with:
1515
node-version: '12.18.3'
1616
- run: npm ci
17-
- run: npm run test
17+
- run: npm run test
18+
- run: npm run coveralls

0 commit comments

Comments
 (0)