From 280d34d85cfda6bc28d8c0c30d97b95402807291 Mon Sep 17 00:00:00 2001 From: Matt Bishop Date: Wed, 26 Jun 2024 16:06:36 -0400 Subject: [PATCH] Use proper coverage report (#3367) --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 65f984aaf..81b603396 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -81,6 +81,6 @@ jobs: - name: Upload to codecov.io uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0 with: - file: app/build/reports/kover/reportDebug.xml + file: app/build/reports/kover/reportStandardDebug.xml env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}