diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index fe66d0b..c874e74 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -36,14 +36,4 @@ jobs: run: dotnet restore "${{ env.solution-path }}" - name: Build - run: dotnet build "${{ env.solution-path }}" --no-restore --configuration Release -p:version=${{ steps.gitversion.outputs.majorMinorPatch }} - - - name: Push Coverage to Codacy - shell: bash - env: - CODACY_ORGANIZATION_PROVIDER: ${{ secrets.CODACY_ORGANIZATION_PROVIDER }} - CODACY_USERNAME: ${{ secrets.CODACY_USERNAME }} - CODACY_PROJECT_NAME: ${{ secrets.CODACY_PROJECT_NAME }} - CODACY_API_TOKEN: ${{ secrets.CODACY_API_TOKEN }} - run: | - bash <(curl -Ls https://coverage.codacy.com/get.sh) report $(find . -name '*.opencover.xml' -printf '-r %p ') \ No newline at end of file + run: dotnet build "${{ env.solution-path }}" --no-restore --configuration Release -p:version=${{ steps.gitversion.outputs.majorMinorPatch }} \ No newline at end of file