We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5329311 + 7c9abb3 commit a33364eCopy full SHA for a33364e
1 file changed
.github/workflows/test.yml
@@ -35,9 +35,9 @@ jobs:
35
targets: test
36
-
37
name: Upload coverage
38
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
39
with:
40
- file: ./coverage.txt
+ files: ./coverage.txt
41
token: ${{ secrets.CODECOV_TOKEN }}
42
43
example:
0 commit comments