Skip to content

Commit

Permalink
disable codecliamte for now...sigh
Browse files Browse the repository at this point in the history
  • Loading branch information
cycomachead committed May 10, 2024
1 parent 5b2c3fe commit 2f7823d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ jobs:
uses: codecov/codecov-action@v2
with:
token: ${{ secrets.CODECOV_TOKEN }}
- name: Publish Code Climate
run: |
export GIT_BRANCH="${GITHUB_REF/refs\/heads\//}"
$CCTR sum-coverage coverage/codeclimate.*.json
$CCTR upload-coverage --id "${{ secrets.CC_TEST_REPORTER_ID }}"
# - name: Publish Code Climate
# run: |
# export GIT_BRANCH="${GITHUB_REF/refs\/heads\//}"
# $CCTR sum-coverage coverage/codeclimate.*.json
# $CCTR upload-coverage --id "${{ secrets.CC_TEST_REPORTER_ID }}"

0 comments on commit 2f7823d

Please sign in to comment.