Skip to content

Commit

Permalink
NO_TICKET: added coveralls job
Browse files Browse the repository at this point in the history
  • Loading branch information
dtobe committed May 14, 2021
1 parent f43544d commit 6a11ec2
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,17 @@ jobs:
node-version: ${{ matrix.node_version }}
- run: yarn --frozen-lockfile
- run: yarn test

coverage:
runs-on: ubuntu-latest
name: Coveralls
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 12
- run: yarn --frozen-lockfile
- run: yarn coverage
- uses: coverallsapp/github-action@v1.1.2
with:
github-token: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 6a11ec2

Please sign in to comment.