-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Temporarily disable code coverage reporting since Coveralls is return…
…ing 500 errors
- Loading branch information
1 parent
e99cb83
commit 0c7d4a3
Showing
1 changed file
with
18 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|