Skip to content

Commit 6707487

Browse files
committed
add test coverage
1 parent e46d5bb commit 6707487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
node-version: ${{ matrix.node-version }}
2323
- run: npm install
2424
- run: npm test
25-
# - run: npm run test:coverage
25+
- run: npm run test:coverage
2626
# - name: codecov
2727
# uses: codecov/codecov-action@v3
2828
# env:

0 commit comments

Comments
 (0)