Skip to content

Commit

Permalink
Merge pull request #136 from crosscite/remove_codeclimate
Browse files Browse the repository at this point in the history
We need credentials to make it work, commenting out till then
  • Loading branch information
ashwinisukale authored Dec 16, 2023
2 parents c9334c2 + b5499e9 commit 877bca1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ jobs:
run: |1
# Run the tests in subsets instead of all at once.
bundle exec rspec spec
- name: Publish code coverage
uses: paambaati/codeclimate-action@v5.0.0
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
# - name: Publish code coverage
# uses: paambaati/codeclimate-action@v5.0.0
# env:
# CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}

build:
needs: test
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ jobs:
run: |
# Run the tests in subsets instead of all at once.
bundle exec rspec spec
- name: Publish code coverage
uses: paambaati/codeclimate-action@v5.0.0
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
# - name: Publish code coverage
# uses: paambaati/codeclimate-action@v5.0.0
# env:
# CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}

build:
needs: test
Expand Down

0 comments on commit 877bca1

Please sign in to comment.