Skip to content

Commit

Permalink
Removed codacy reference from ci
Browse files Browse the repository at this point in the history
  • Loading branch information
darkfrog26 committed Apr 17, 2024
1 parent d208f8d commit 39c60d4
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,4 @@ jobs:
find $HOME/Library/Caches/Coursier/v1 -name "ivydata-*.properties" -delete || true
find $HOME/.ivy2/cache -name "ivydata-*.properties" -delete || true
find $HOME/.cache/coursier/v1 -name "ivydata-*.properties" -delete || true
find $HOME/.sbt -name "*.lock" -delete || true
- 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
find $HOME/.sbt -name "*.lock" -delete || true

0 comments on commit 39c60d4

Please sign in to comment.