Skip to content

Commit

Permalink
Report coverage with CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ooade committed Jan 22, 2021
1 parent d25d9b8 commit aa0cc26
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-test-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,8 @@ jobs:
node-version: 12
- run: yarn install --frozen-lockfile
- run: yarn run coverage
- uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- run: yarn run report-coverage
- run: yarn run build
3 changes: 3 additions & 0 deletions .github/workflows/report-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,7 @@ jobs:
node-version: 12
- run: yarn install --frozen-lockfile
- run: yarn run coverage
- uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- run: yarn run report-coverage

0 comments on commit aa0cc26

Please sign in to comment.