From bd55d303dec5e12eec624f77be9ac8bb513108ce Mon Sep 17 00:00:00 2001 From: Andrew Port Date: Sat, 18 Sep 2021 00:21:24 -0700 Subject: [PATCH] rename codacy action --- .github/workflows/codacy.yml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/.github/workflows/codacy.yml b/.github/workflows/codacy.yml index 58d686d..733fe86 100644 --- a/.github/workflows/codacy.yml +++ b/.github/workflows/codacy.yml @@ -1,4 +1,4 @@ -name: codacy-coverage-reporter +name: Codacy on: ["push"] @@ -12,14 +12,3 @@ 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