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 496bff3 + 905f835 commit 9822a46Copy full SHA for 9822a46
.github/workflows/build.yml
@@ -53,4 +53,4 @@ jobs:
53
- name: test
54
run: npm run test -- --coverage
55
- name: codecov
56
- uses: codecov/codecov-action@v2
+ uses: codecov/codecov-action@v3
.github/workflows/release.yml
@@ -56,4 +56,4 @@ jobs:
--ci
57
- name: codecov # Perform after version publishing
58
if: steps.test.outcome == 'success'
59
0 commit comments