From 09d819d101c94cfdb867269a9d44ce039856b18b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 16:04:51 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v4.6.0 | datasource | package | from | to | | ----------- | ---------------------- | ------ | ------ | | github-tags | codecov/codecov-action | v4.5.0 | v4.6.0 | --- .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 6948d4e2..b828b857 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@v4.5.0 + uses: codecov/codecov-action@v4.6.0 with: files: ./app/build/reports/kover/reportDebug.xml fail_ci_if_error: true