diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index bfd0c29..7ed627a 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -62,6 +62,7 @@ jobs: # Actually these lines should just not exist in the coverage XML file, since they are only structural elements, such # as brackets. cat build/reports/kover/report.xml | grep -v 'mi="0" ci="0" mb="0" cb="0"' > build/reports/kover/report-codecov.xml + rm build/reports/kover/report.xml - name: Upload Code Coverage uses: codecov/codecov-action@v4