diff --git a/.github/workflows/coverage-badge.yml b/.github/workflows/coverage-badge.yml index a38ae6d..a54da90 100644 --- a/.github/workflows/coverage-badge.yml +++ b/.github/workflows/coverage-badge.yml @@ -23,7 +23,7 @@ jobs: distribution: 'temurin' - name: Run tests & generate Jacoco report - run: ./gradlew test jacocoTestReport + run: ./gradlew clean test jacocoTestReport - name: Generate coverage badge JSON run: |