diff --git a/.github/workflows/codacy.yml b/.github/workflows/codacy.yml index 8df6621..58d686d 100644 --- a/.github/workflows/codacy.yml +++ b/.github/workflows/codacy.yml @@ -13,13 +13,13 @@ jobs: - name: Run Codacy Analysis CLI uses: codacy/codacy-analysis-cli-action@master - codacy-coverage-reporter: - runs-on: ubuntu-latest - name: codacy-coverage-reporter - steps: - - uses: actions/checkout@v2 - - name: Run codacy-coverage-reporter - uses: codacy/codacy-coverage-reporter-action@v1 - with: - api-token: ${{ secrets.CODACY_API_TOKEN }} - coverage-reports: cobertura.xml +# codacy-coverage-reporter: +# runs-on: ubuntu-latest +# name: Codacy Coverage Reporter +# steps: +# - uses: actions/checkout@v2 +# - name: Run codacy-coverage-reporter +# uses: codacy/codacy-coverage-reporter-action@v1 +# with: +# api-token: ${{ secrets.CODACY_API_TOKEN }} +# coverage-reports: cobertura.xml