Skip to content

Commit

Permalink
Disable godacov
Browse files Browse the repository at this point in the history
  • Loading branch information
deanishe committed Jul 12, 2021
1 parent f4fedd3 commit 4a3c900
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ jobs:
with:
file: coverage.out

- name: Codacy
run: |
go install github.com/schrej/godacov
godacov -r coverage.out -t ${{ secrets.CODACY_TOKEN }} -c ${{ github.sha }}
# - name: Codacy
# run: |
# go install github.com/schrej/godacov
# godacov -r coverage.out -t "${{ secrets.CODACY_TOKEN }}" -c "${{ github.sha }}"

# Currently broken
# - name: Codacy
Expand Down

0 comments on commit 4a3c900

Please sign in to comment.