From 76114fb338eb726a3676733a20c12c4e4706a2e3 Mon Sep 17 00:00:00 2001 From: Mitchel Sellers Date: Wed, 20 Mar 2024 22:42:24 -0500 Subject: [PATCH] One more edit --- .github/workflows/ci-build.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) 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