We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7411511 + 65a123f commit 36d8effCopy full SHA for 36d8eff
.github/workflows/main.yml
@@ -55,7 +55,7 @@ jobs:
55
- name: Test
56
run: yarn test --coverage --reporters=default
57
- name: Upload coverage to Codecov
58
- uses: codecov/codecov-action@v1.5.0
+ uses: codecov/codecov-action@v1.5.2
59
with:
60
token: ${{ secrets.CODECOV_TOKEN }}
61
env:
0 commit comments