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 edfb0fe commit 74c5b71Copy full SHA for 74c5b71
.github/workflows/test.yml
@@ -28,6 +28,7 @@ jobs:
28
targets: test
29
-
30
name: Upload coverage
31
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
32
with:
33
file: ./coverage/clover.xml
34
+ token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments