We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a6439f8 + 5d2c52d commit 803841eCopy full SHA for 803841e
.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/[email protected].0
+ uses: codecov/[email protected].2
45
with:
46
files: ./app/build/reports/kover/reportDebug.xml
47
fail_ci_if_error: true
0 commit comments