Skip to content

Commit d142f31

Browse files
committed
Don't collect coverage from smoke tests
1 parent 33583cd commit d142f31

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ jobs:
5959
run: concurrently --prefix none --group "pnpm:build" "pnpm:test"
6060

6161
- name: Smoke Test
62-
run: pnpm test:smoke
62+
# Don't collect coverage here as it overrides the unit test's coverage
63+
run: pnpm test:smoke --coverage=false
6364

6465
- name: Submit coverage
6566
uses: coverallsapp/github-action@master

0 commit comments

Comments
 (0)