Skip to content

Commit

Permalink
fix codeclimate reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
ccremer committed Sep 27, 2022
1 parent ee36696 commit 034333b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Expand Up @@ -37,8 +37,7 @@ jobs:
- name: Upload code coverage report to Code Climate
uses: paambaati/codeclimate-action@v3.0.0
env:
# TODO: Update Reporter ID after importing in codeclimate.com
CC_TEST_REPORTER_ID: 8297d060a2a57278046db1ec5bb0e831a5e1c4e3624ad3991492157b60fc8433
CC_TEST_REPORTER_ID: 562205f0a6edaf974f08b29e0eecd479e6b3efd6fa40eee105e03c56e5efa4c5
with:
coverageLocations: cover.out:gocov
prefix: github.com/${{ github.repository }}
Expand Down
7 changes: 7 additions & 0 deletions dummy_test.go
@@ -0,0 +1,7 @@
package main

import "testing"

func TestDummy(t *testing.T) {
t.Log("dummy test to fix codeclimate reporting")
}

0 comments on commit 034333b

Please sign in to comment.