File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -120,13 +120,13 @@ jobs:
120120 restore-keys : turbo-
121121
122122 - name : Run tests with coverage
123- run : pnpm test
123+ run : pnpm run test:coverage
124124
125125 - name : Upload coverage to Codecov
126126 uses : codecov/codecov-action@v5
127127 with :
128128 token : ${{ secrets.CODECOV_TOKEN }}
129- files : packages/*/coverage/lcov.info,devtools/*/coverage/lcov.info
129+ search_dir : .
130130 fail_ci_if_error : true
131131
132132 - name : Upload coverage artifacts
Original file line number Diff line number Diff line change 88 "build" : " turbo build" ,
99 "build:parallel" : " pnpm -r build" ,
1010 "test" : " turbo test" ,
11+ "test:coverage" : " turbo test:coverage" ,
1112 "type-check" : " turbo type-check" ,
1213 "lint" : " biome lint --reporter=summary packages" ,
1314 "lint:fix" : " biome check --write packages" ,
You can’t perform that action at this time.
0 commit comments