Skip to content

Commit ace5969

Browse files
Run CI tests with code coverage
1 parent 6af550f commit ace5969

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/CI-CD.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,11 @@ jobs:
4848
npm link
4949
npm link eslint-config-modular
5050
51+
- name: Run linter
52+
run: npm run lint
53+
5154
- name: Run tests
52-
run: npm test
55+
run: npm run coverage
5356

5457
- name: Send code coverage results to Coveralls
5558
uses: coverallsapp/github-action@v1.0.1

0 commit comments

Comments
 (0)