Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
tapan-sh committed Jan 17, 2025
1 parent 46add6e commit 653deff
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@ jobs:
- name: Run tests
run: bundle exec rspec

# - name: 'Upload Coverage Report'
# uses: actions/upload-artifact@v4
# with:
# name: coverage-report
# path: ./coverage

- name: Code Coverage
uses: paambaati/codeclimate-action@v9.0.0
env:
Expand All @@ -30,21 +24,3 @@ jobs:
coverageCommand: bundle exec rspec
coverageLocations: |
${{github.workspace}}/coverage/.resultset.json:simplecov
# coverage:
# needs: [ test ]
# name: coverage
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
# - name: Download coverage report
# uses: actions/download-artifact@v4
# with:
# name: coverage-report
# path: ./coverage
# - uses: paambaati/codeclimate-action@v9.0.0
# env:
# # Set CC_TEST_REPORTER_ID as secret of your repo
# CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}}
# with:
# debug: true

0 comments on commit 653deff

Please sign in to comment.