Skip to content

Commit 1388b77

Browse files
committed
#1 - WIP: Code Climate integration
Signed-off-by: Gregor Anders <gregor.anders@gmail.com>
1 parent 8693424 commit 1388b77

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/development.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,10 @@ jobs:
5151
GITHUB_HEAD_REF: ${{ github.head_ref }}
5252
GITHUB_BASE_REF: ${{ github.base_ref }}
5353
GITHUB_COMMIT: ${{ github.sha }}
54+
- name: publish code coverage to code climate
55+
uses: paambaati/codeclimate-action@v2.3.0
56+
env:
57+
CC_TEST_REPORTER_ID: ${{ secrets.CODE_CLIMATE }}
58+
with:
59+
coverageCommand: npm run test
60+
debug: true

0 commit comments

Comments
 (0)