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 3566381 commit f4a8f4cCopy full SHA for f4a8f4c
.github/workflows/tests.yml
@@ -24,4 +24,6 @@ jobs:
24
- name: run the command
25
run: make test
26
- name: Upload coverage to Codecov
27
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
28
+ env:
29
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
0 commit comments