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 6f89128 commit 09d819dCopy full SHA for 09d819d
.github/workflows/unit-test.yml
@@ -41,7 +41,7 @@ jobs:
41
run: ./gradlew app:koverXmlReportDebug --warning-mode all --stacktrace
42
43
- name: Upload Test Report
44
- uses: codecov/codecov-action@v4.5.0
+ uses: codecov/codecov-action@v4.6.0
45
with:
46
files: ./app/build/reports/kover/reportDebug.xml
47
fail_ci_if_error: true
0 commit comments