We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d35f35 commit cd25367Copy full SHA for cd25367
1 file changed
.github/workflows/ci.yaml
@@ -88,12 +88,12 @@ jobs:
88
run: |
89
cd hooks/declarative-subsequent-scans
90
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
+ - name: "Run tests & publish code coverage"
+ uses: paambaati/codeclimate-action@v2.6.0
+ env:
+ CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
+ with:
+ coverageCommand: npm test -- --ci --colors --coverage
97
98
# ---- Build Stage ----
99
0 commit comments