diff --git a/.github/workflows/code-quality-checks.yaml b/.github/workflows/code-quality-checks.yaml index f5bbe912..1a49e81d 100644 --- a/.github/workflows/code-quality-checks.yaml +++ b/.github/workflows/code-quality-checks.yaml @@ -17,3 +17,9 @@ jobs: - name: Run Checks id: build run: gradle clean build + - name: Upload Coverage Report + if: always() + uses: actions/upload-artifact@v4 + with: + name: coverage-report + path: code/build/reports/kover \ No newline at end of file