Skip to content

Commit

Permalink
Remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewBenzSW committed Feb 5, 2025
1 parent 6bb706f commit e9f28ae
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 21 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,25 +75,6 @@ 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

nuget-deploy:
runs-on: ubuntu-latest
needs: [dot_net_framework_test, dot_net_core_test]
Expand Down
2 changes: 0 additions & 2 deletions .openapi-generator-ignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ ShipEngineSDK/Client/*.cs
ShipEngineSDK/Extensions/*.cs

# We should re-enable these eventually
#README.md
*/README.md
#docs/**/*
docs/scripts/*
ShipEngineSDK.Test/*/*.cs
api/**
Expand Down

0 comments on commit e9f28ae

Please sign in to comment.