Skip to content

Commit 0b802f4

Browse files
CI : added updating coveralls step
Signed-off-by: NeelParihar <neel@terminusdb.com>
1 parent cf4c76b commit 0b802f4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,9 @@ jobs:
4242
run: |
4343
npm run mkdocs
4444
git diff --exit-code
45+
- name: npm test coverage
46+
run: npm run coveralls-after
47+
- name: Coveralls
48+
uses: coverallsapp/github-action@master
49+
with:
50+
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)