Skip to content

Commit 3a76b14

Browse files
committed
Auto merge of #2814 - Turbo87:coverage, r=locks
CI: Run test suite including coverage reporting not sure how we missed this 😅 r? `@locks`
2 parents 8030dbd + 4353de1 commit 3a76b14

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949

5050
- uses: percy/[email protected]
5151
with:
52-
command: npm test
52+
command: npm run test-coverage
5353

5454
backend:
5555
name: Backend

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ matrix:
7171
- npm run lint:hbs
7272
- npm run lint:js
7373
- npm run lint:deps
74-
- percy exec -- npm test
74+
- percy exec -- npm run test-coverage
7575
- rust: beta
7676
script:
7777
- cargo test

0 commit comments

Comments
 (0)