Skip to content

Commit

Permalink
Temporarily disable code coverage reporting since Coveralls is return…
Browse files Browse the repository at this point in the history
…ing 500 errors
  • Loading branch information
AndrewBenzSW committed Aug 22, 2024
1 parent e99cb83 commit 0c7d4a3
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
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/[email protected]
# 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
Expand Down

0 comments on commit 0c7d4a3

Please sign in to comment.