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 2455c2e commit b37f7c5Copy full SHA for b37f7c5
.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.2.0
36
with:
37
token: ${{ secrets.CODECOV_TOKEN }}
38
build:
0 commit comments