From b8f871e91aea00dadcb405ff0677c06d7be1e2fc Mon Sep 17 00:00:00 2001 From: botlabsDev <54632107+botlabsDev@users.noreply.github.com> Date: Thu, 25 Jun 2020 19:37:42 +0200 Subject: [PATCH] Update cicd.yml --- .github/workflows/cicd.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index c5cbb54..a6e2ae4 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -32,13 +32,7 @@ jobs: - name: Publish to codecov run: | - codecov --token=${{ secrets.CODECOV_TOKEN }} - - - name: Run codacy-coverage-reporter - uses: codacy/codacy-coverage-reporter-action@master - with: - project-token: ${{ secrets.CODACY_PROJECT_TOKEN }} - coverage-reports: cobertura.xml + codecov --token=${{ secrets.CODECOV_TOKEN }} release: runs-on: ubuntu-latest