Skip to content

Commit

Permalink
ci: readd coveralls reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavohenke committed Sep 25, 2021
1 parent 0bc490f commit b16585f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -34,3 +34,10 @@ jobs:
shell: bash
env:
SHELL: "/bin/bash"

- name: Submit coverage
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.github_token }}
flag-name: Node.js ${{ matrix.node }}
parallel: true

0 comments on commit b16585f

Please sign in to comment.