Skip to content

Commit bc28a8d

Browse files
authored
Merge pull request #80 from appuio/remove-codeclimate
Remove commented out codeclimate upload
2 parents 5f2bc92 + 87a4e2c commit bc28a8d

2 files changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/test.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,3 @@ jobs:
2020

2121
- name: Run tests
2222
run: make test
23-
# - name: Upload code coverage report to Code Climate
24-
# uses: paambaati/codeclimate-action@v2.7.5
25-
# env:
26-
# CC_TEST_REPORTER_ID: 818f46d463e8fffd6bc6358f89a4d29f80a11806162dcb03c630b3cbec2aeccc
27-
# with:
28-
# coverageLocations: cover.out:gocov
29-
# prefix: github.com/${{ github.repository }}

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/appuio/scheduler-canary-controller
22

3-
go 1.25.6
3+
go 1.26.3
44

55
require (
66
github.com/go-logr/logr v1.4.3

0 commit comments

Comments
 (0)