diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 97751bda33..3cb07613f8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -39,6 +39,11 @@ jobs: uses: coursier/cache-action@v6 - name: Build and Test run: make test + - name: Run codacy-coverage-reporter + uses: codacy/codacy-coverage-reporter-action@v1 + with: + project-token: ${{ secrets.CODACY_PROJECT_TOKEN }} + coverage-reports: target/scala-2.13/coverage-report/cobertura.xml - name: Cleanup before cache shell: bash run: |