File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 3434 - name : Run Jest tests
3535 env :
3636 NEXT_PUBLIC_FIREBASE_ENV : DEV
37- run : yarn test
37+ run : yarn test:coverage
3838
3939# - name: Build app
4040# env:
Original file line number Diff line number Diff line change 9898
9999test-results
100100/.nyc_output /
101+
102+ ** /coverage /*
Original file line number Diff line number Diff line change 2222 "sync-android" : " ./scripts/sync_android.sh" ,
2323 "migrate" : " ./scripts/migrate.sh" ,
2424 "test" : " yarn workspaces run test" ,
25- "test:coverage" : " jest --coverage" ,
26- "test:watch" : " jest --watch" ,
27- "test:update" : " jest --updateSnapshot" ,
25+ "test:coverage" : " yarn workspaces run test --coverage" ,
26+ "test:watch" : " yarn workspaces run test --watch" ,
27+ "test:update" : " yarn workspaces run test --updateSnapshot" ,
2828 "playwright" : " playwright test" ,
2929 "playwright:ui" : " playwright test --ui" ,
3030 "playwright:debug" : " playwright test --debug" ,
You can’t perform that action at this time.
0 commit comments