We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e6c5a9 commit d67f2eeCopy full SHA for d67f2ee
.github/workflows/build.yaml
@@ -33,7 +33,7 @@ jobs:
33
34
- run: ./gradlew build koverXmlReport --full-stacktrace
35
36
- - uses: codecov/codecov-action@v4
+ - uses: codecov/codecov-action@v5
37
with:
38
token: ${{ secrets.CODECOV_TOKEN }}
39
files: build/reports/kover/report.xml
0 commit comments