Skip to content

Commit 2e478ec

Browse files
Merge pull request #64 from Turbo87/coverage
CI: Run with code coverage tracking
2 parents 5529681 + 0f03aea commit 2e478ec

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Linting
2020
run: yarn lint:js
2121
- name: Test
22-
run: yarn test
22+
run: yarn test --coverage
2323

2424
integration_tests:
2525
name: Integration Tests

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1+
coverage/
12
node_modules
23
tmp
34
*.log
4-
test/**/yarn.lock
5+
test/**/yarn.lock

0 commit comments

Comments
 (0)