Add code coverage reporting

This commit is contained in:
haad
2023-03-03 09:20:03 +02:00
parent 215da1bdea
commit 56943d0e8a
5 changed files with 364 additions and 3 deletions

View File

@@ -13,8 +13,8 @@ jobs:
node-version: 'lts/*'
registry-url: https://registry.npmjs.org/
- name: Install dependencies
run: npm ci --force
run: npm ci
- name: Run linter
run: npm run lint
- name: Run tests
run: npm run test
run: npm run test:ci