Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rstens authored Jun 8, 2021
1 parent 1ef698b commit d027ea7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
npm run coverage

- name: Upload coverage to Codecov
uses: codecov/codecov-action@1.5.1
uses: codecov/codecov-action@v1.5.1
with:
token: ${{secrets.CODECOV_TOKEN}}
fail_ci_if_error: false
Expand All @@ -67,7 +67,7 @@ jobs:
npm run coverage

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

0 comments on commit d027ea7

Please sign in to comment.