Skip to content

Commit

Permalink
fix: add codecov to action
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtek-krysiak committed Apr 27, 2020
1 parent bda1feb commit 98053c4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,9 @@ jobs:
run: yarn lint
- name: spell
run: yarn cspell
- name: install codecov
run: yarn global add codecov
if: contains(github.ref, 'refs/heads/master')
- name: cover
if: contains(github.ref, 'refs/heads/master')
run: yarn codecov
Expand Down

0 comments on commit 98053c4

Please sign in to comment.