Skip to content

Commit

Permalink
Add coverage for jest tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mayorova committed Oct 15, 2024
1 parent 5ee2737 commit b127450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ jobs:
- *attach-to-workspace
- run:
name: Jest specs
command: yarn jest --maxWorkers=3
command: yarn jest --maxWorkers=3 --coverage
- codecov/upload
- notify_failure

Expand Down

0 comments on commit b127450

Please sign in to comment.