Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit 2189113

Browse files
committed
Trying to integrate codeclimate test coverage #6
1 parent dc71d83 commit 2189113

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,13 @@ jobs:
4343
- name: "Run tests"
4444
run: |
4545
npm test -- --ci --colors --coverage
46+
- name: Test & publish code coverage
47+
uses: paambaati/codeclimate-action@v2.6.0
48+
env:
49+
CC_TEST_REPORTER_ID: 80b305e484240da8cecbd1d017dfb365d3ee7f4508b5ed8fd9e9348efd286406
50+
with:
51+
coverageCommand: npm test -- --ci --colors --coverage
52+
debug: true
4653
operator:
4754
name: "Build / Operator"
4855
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)