File tree Expand file tree Collapse file tree 2 files changed +0
-21
lines changed
Expand file tree Collapse file tree 2 files changed +0
-21
lines changed Original file line number Diff line number Diff line change 7575 ls -Rlh ShipEngineSDK.Test/TestResults/*/coverage.info
7676 cat ShipEngineSDK.Test/TestResults/*/coverage.info > ShipEngineSDK.Test/TestResults/lcov.info
7777
78- # - name: Send code coverage results to Coveralls
79- # uses: coverallsapp/github-action@v1.1.0
80- # with:
81- # github-token: ${{ secrets.GITHUB_TOKEN }}
82- # parallel: true
83- # flag-name: run-${{ matrix.test_number }}
84- # path-to-lcov: ShipEngineSDK.Test/TestResults/lcov.info
85-
86- # coverage:
87- # name: Code Coverage
88- # needs: dot_net_core_test
89- # runs-on: ubuntu-latest
90- # steps:
91- # - name: Coveralls Finished
92- # uses: coverallsapp/github-action@master
93- # with:
94- # github-token: ${{ secrets.github_token }}
95- # parallel-finished: true
96-
9778 nuget-deploy :
9879 runs-on : ubuntu-latest
9980 needs : [dot_net_framework_test, dot_net_core_test]
Original file line number Diff line number Diff line change @@ -31,9 +31,7 @@ ShipEngineSDK/Client/*.cs
3131ShipEngineSDK/Extensions/*.cs
3232
3333# We should re-enable these eventually
34- #README.md
3534*/README.md
36- #docs/**/*
3735docs/scripts/*
3836ShipEngineSDK.Test/*/*.cs
3937api/**
You can’t perform that action at this time.
0 commit comments