Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not run coverage during CI
Browse files Browse the repository at this point in the history
aryaemami59 committed Oct 18, 2024
1 parent 8470feb commit d9d704e
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
@@ -26,9 +26,6 @@ jobs:
- name: Run test suite
run: yarn test

- name: Collect coverage
run: yarn coverage

- name: Build
run: yarn build

0 comments on commit d9d704e

Please sign in to comment.