Skip to content

Commit cd25367

Browse files
committed
Move Codeclimate ID into secrets; Enable unit Test
Signed-off-by: Yannik Fuhrmeister <yannik.fuhrmeister@iteratec.com>
1 parent 9d35f35 commit cd25367

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,12 @@ jobs:
8888
run: |
8989
cd hooks/declarative-subsequent-scans
9090
npm run build
91-
#- name: "Run tests & publish code coverage"
92-
# uses: paambaati/codeclimate-action@v2.6.0
93-
# env:
94-
# CC_TEST_REPORTER_ID: a09c9e6ef697176ac6ec9f71063e2d18156aa1a904e2dd62ba2b68fab1d22ced
95-
# with:
96-
# coverageCommand: npm test -- --ci --colors --coverage
91+
- name: "Run tests & publish code coverage"
92+
uses: paambaati/codeclimate-action@v2.6.0
93+
env:
94+
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
95+
with:
96+
coverageCommand: npm test -- --ci --colors --coverage
9797

9898
# ---- Build Stage ----
9999

0 commit comments

Comments
 (0)