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 9f1ba33 commit a41885aCopy full SHA for a41885a
.github/workflows/build.yml
@@ -70,7 +70,7 @@ jobs:
70
run: ./gradlew :koverXmlReport
71
72
- name: Upload Test Report
73
- uses: codecov/codecov-action@v4.5.0
+ uses: codecov/codecov-action@v4.6.0
74
with:
75
fail_ci_if_error: true # optional (default = false)
76
token: ${{ secrets.CODECOV_TOKEN }} # required
0 commit comments