diff --git a/.github/workflows/ci-cd.yaml b/.github/workflows/ci-cd.yaml index 2bd66a02..f2345ef4 100644 --- a/.github/workflows/ci-cd.yaml +++ b/.github/workflows/ci-cd.yaml @@ -75,24 +75,24 @@ jobs: ls -Rlh ShipEngineSDK.Test/TestResults/*/coverage.info cat ShipEngineSDK.Test/TestResults/*/coverage.info > ShipEngineSDK.Test/TestResults/lcov.info - - name: Send code coverage results to Coveralls - uses: coverallsapp/github-action@v1.1.0 - with: - github-token: ${{ secrets.GITHUB_TOKEN }} - parallel: true - flag-name: run-${{ matrix.test_number }} - path-to-lcov: ShipEngineSDK.Test/TestResults/lcov.info - - coverage: - name: Code Coverage - needs: dot_net_core_test - runs-on: ubuntu-latest - steps: - - name: Coveralls Finished - uses: coverallsapp/github-action@master - with: - github-token: ${{ secrets.github_token }} - parallel-finished: true + # - name: Send code coverage results to Coveralls + # uses: coverallsapp/github-action@v1.1.0 + # with: + # github-token: ${{ secrets.GITHUB_TOKEN }} + # parallel: true + # flag-name: run-${{ matrix.test_number }} + # path-to-lcov: ShipEngineSDK.Test/TestResults/lcov.info + + # coverage: + # name: Code Coverage + # needs: dot_net_core_test + # runs-on: ubuntu-latest + # steps: + # - name: Coveralls Finished + # uses: coverallsapp/github-action@master + # with: + # github-token: ${{ secrets.github_token }} + # parallel-finished: true nuget-deploy: runs-on: ubuntu-latest