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 ef83c9c commit 8495274Copy full SHA for 8495274
.github/workflows/main.yml
@@ -26,7 +26,7 @@ jobs:
26
run: |
27
yarn test --watchAll=false --coverage --reporters=default
28
- name: Upload coverage to Codecov
29
- uses: codecov/codecov-action@v1.2.1
+ uses: codecov/codecov-action@v1.4.0
30
with:
31
token: ${{ secrets.CODECOV_TOKEN }}
32
- name: build
0 commit comments