Skip to content

Commit e9f28ae

Browse files
committed
Remove dead code
1 parent 6bb706f commit e9f28ae

File tree

2 files changed

+0
-21
lines changed

2 files changed

+0
-21
lines changed

.github/workflows/ci-cd.yaml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -75,25 +75,6 @@ jobs:
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]

.openapi-generator-ignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@ ShipEngineSDK/Client/*.cs
3131
ShipEngineSDK/Extensions/*.cs
3232

3333
# We should re-enable these eventually
34-
#README.md
3534
*/README.md
36-
#docs/**/*
3735
docs/scripts/*
3836
ShipEngineSDK.Test/*/*.cs
3937
api/**

0 commit comments

Comments
 (0)