From a7c42a1770a58b2755cc6e63906a0ec2fda1c71e Mon Sep 17 00:00:00 2001 From: Mustafa Ozhan Date: Wed, 11 Oct 2023 09:10:18 +0200 Subject: [PATCH] [Oztechan/CCC#2154] Update kover to 0.7.4 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7c8918f..e31d643 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -37,7 +37,7 @@ jobs: uses: codacy/codacy-coverage-reporter-action@v1.3.0 with: project-token: ${{ secrets.CODACY_PROJECT_TOKEN }} - coverage-reports: build/reports/kover/merged/xml/report.xml + coverage-reports: build/reports/kover/report.xml - name: Notify slack fail if: failure()