remove codacy (#1814)

This commit is contained in:
Joseph Petersen 2021-12-16 20:03:39 +01:00 committed by GitHub
parent 8ddb3bf39a
commit f3e2927f1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 11 deletions

View File

@ -35,14 +35,3 @@ jobs:
uses: codecov/codecov-action@v2
with:
file: '*jacoco.xml'
- name: Codacy coverage
shell: bash
env:
CODACY_PROJECT_TOKEN: ${{ secrets.CODACY_PROJECT_TOKEN }}
run: |
if [ "$CODACY_PROJECT_TOKEN" != "" ]; then
bash <(curl -Ls https://coverage.codacy.com/get.sh) report -l Java -r integrations/target/site/jacoco-aggregate/jacoco.xml
else
echo "No secrets provided for codacy coverage report"
fi