From f44f27f69820e980a1b41b5e775e2bfa66d9fab7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 15:22:33 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v5.0.1 | datasource | package | from | to | | ----------- | ---------------------- | ------ | ------ | | github-tags | codecov/codecov-action | v5.0.0 | v5.0.1 | --- .github/workflows/unit-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml index 5c74f2f9..b9fd91fc 100644 --- a/.github/workflows/unit-test.yml +++ b/.github/workflows/unit-test.yml @@ -41,7 +41,7 @@ jobs: run: ./gradlew app:koverXmlReportDebug --warning-mode all --stacktrace - name: Upload Test Report - uses: codecov/codecov-action@v5.0.0 + uses: codecov/codecov-action@v5.0.1 with: files: ./app/build/reports/kover/reportDebug.xml fail_ci_if_error: true