Skip to content

Commit

Permalink
Remove codeclimate
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbarbara committed Aug 6, 2023
1 parent 345e9b3 commit df3803a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 39 deletions.
33 changes: 0 additions & 33 deletions .codeclimate.yml

This file was deleted.

6 changes: 0 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

- name: Publish code coverage
if: "!startsWith(github.ref, 'refs/tags/')"
uses: paambaati/codeclimate-action@v3.2.0
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}

- name: Publish Package
if: startsWith(github.ref, 'refs/tags/')
run: npm publish
Expand Down

0 comments on commit df3803a

Please sign in to comment.