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.
1 parent 62177ee commit b45a9b6Copy full SHA for b45a9b6
.github/workflows/ci.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Test
33
run: yarn test
34
- name: Codecov upload
35
- uses: codecov/codecov-action@v1.1.1
+ uses: codecov/codecov-action@v1.5.2
36
with:
37
token: ${{ secrets.CODECOV_TOKEN }}
38
build:
0 commit comments