Skip to content

Commit

Permalink
Do not run coverage during CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaemami59 committed Oct 2, 2024
1 parent 930b833 commit 7e497f0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ jobs:
- name: Run test suite
run: yarn test

- name: Collect coverage
run: yarn coverage

- name: Build
run: yarn build

Expand Down

0 comments on commit 7e497f0

Please sign in to comment.