Skip to content

Commit

Permalink
Remove codeclimate in favor of golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nachtjasmin authored and DrPsychick committed Dec 16, 2024
1 parent dc943cd commit 1c9d24c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 19 deletions.
5 changes: 0 additions & 5 deletions .codeclimate.yml

This file was deleted.

16 changes: 2 additions & 14 deletions .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,17 +77,5 @@ jobs:
with:
go-version: ${{env.GO_VERSION}}

- name: run integration tests and post coverage to codeclimate
uses: paambaati/[email protected]
env:
ANEXIA_LOCATION_ID: 52b5f6b2fd3a4a7eaaedf1a7c019e9ea
ANEXIA_VLAN_ID: 00a239d617504e4ab49122efe0d27657
ANEXIA_TOKEN: ${{ secrets.ANEXIA_TOKEN }}
CC_TEST_REPORTER_ID: ${{ secrets.CODECLIMATE_COVERAGE_ID }}

# poor girls ternary operator
TESTARGS: ${{ (github.ref_type != 'tag' && github.ref_name != 'main') && '-short' || '' }}
with:
prefix: github.com/anexia-it/terraform-provider-anxcloud
coverageCommand: make testacc
coverageLocations: coverage.out:gocov
- name: run acceptance tests
run: make testacc

0 comments on commit 1c9d24c

Please sign in to comment.