Skip to content

Commit 03f7920

Browse files
committed
🚦 CodeClimate Coverage
1 parent 8e56d71 commit 03f7920

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/static/separator.png

-25.1 KB
Binary file not shown.

.github/workflows/ci.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,10 @@ jobs:
1414
node-version: ${{ matrix.node-version }}
1515
- run: npm install
1616
- run: npm run lint
17-
- run: npm test
17+
- run: npm test
18+
- name: Publish Code Climate coverage
19+
uses: paambaati/[email protected]
20+
env:
21+
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
22+
with:
23+
debug: true

0 commit comments

Comments
 (0)