Skip to content

Commit

Permalink
Don't collect coverage from smoke tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavohenke committed Feb 25, 2024
1 parent 33583cd commit d142f31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Expand Up @@ -59,7 +59,8 @@ jobs:
run: concurrently --prefix none --group "pnpm:build" "pnpm:test"

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

- name: Submit coverage
uses: coverallsapp/github-action@master
Expand Down

0 comments on commit d142f31

Please sign in to comment.