diff --git a/.github/workflows/scala.yml b/.github/workflows/scala.yml index 1e0bb409f..fbeaa3880 100644 --- a/.github/workflows/scala.yml +++ b/.github/workflows/scala.yml @@ -15,7 +15,3 @@ jobs: cache: sbt - name: Run tests run: sbt clean coverage test coverageReport - - name: Codacy Coverage Reporter - uses: codacy/codacy-coverage-reporter-action@89d6c85cfafaec52c72b6c5e8b2878d33104c699 - with: - project-token: ${{ secrets.CODACY_PROJECT_TOKEN }} diff --git a/README.md b/README.md index 3e7e664f5..b6df4475f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,4 @@ ![Build Badge](https://github.com/dpla/ingestion3/actions/workflows/scala.yml/badge.svg) -[![Codacy Quality Badge](https://app.codacy.com/project/badge/Grade/a1ec204babbd41f68c71617220357596)](https://app.codacy.com/gh/dpla/ingestion3/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade) -[![Codacy Coverage Badge](https://app.codacy.com/project/badge/Coverage/a1ec204babbd41f68c71617220357596)](https://app.codacy.com/gh/dpla/ingestion3/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_coverage) --- # DPLA Ingestion 3