Skip to content

Commit

Permalink
Add Coverage to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
felixmosh committed Aug 27, 2020
1 parent 698f794 commit 12a2871
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ jobs:
env:
CI: true

- name: Coverage
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

- name: Build
run: yarn build
env:
Expand Down

0 comments on commit 12a2871

Please # to comment.