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