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 a12f031 + bea64e7 commit db49f4aCopy full SHA for db49f4a
.github/workflows/build.yml
@@ -65,4 +65,4 @@ jobs:
65
- name: test
66
run: npm run test:coverage
67
- name: codecov
68
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
.github/workflows/release.yml
@@ -56,4 +56,4 @@ jobs:
56
--ci
57
- name: codecov # Perform after version publishing
58
if: steps.test.outcome == 'success'
59
0 commit comments