Skip to content

Commit

Permalink
ci: adds CodeCov reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
moltar committed Jun 22, 2020
1 parent b4afd68 commit 6a1cb96
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: test
run: npm test -- --coverage

# - name: Upload coverage to Codecov
# uses: codecov/codecov-action@v1
# with:
# token: ${{ secrets.CODECOV_TOKEN }}
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 6a1cb96

Please sign in to comment.