File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 23
23
- run : |
24
24
npm clean-install
25
25
npm run test
26
+
27
+ - name : Coveralls
28
+ uses : coverallsapp/github-action@v2
Original file line number Diff line number Diff line change 38
38
"docs" : " typedoc src/index.ts --out docs/v2" ,
39
39
"docs:json" : " typedoc --json docs/v2/spec.json --excludeExternals src/index.ts" ,
40
40
"test" : " run-s format:check test:types db:clean db:run test:run db:clean && node test/smoke.cjs && node test/smoke.mjs" ,
41
- "test:run" : " jest --runInBand" ,
41
+ "test:run" : " jest --runInBand --coverage " ,
42
42
"test:update" : " run-s db:clean db:run && jest --runInBand --updateSnapshot && run-s db:clean" ,
43
43
"test:types" : " run-s build && tsd --files 'test/**/*.test-d.ts'" ,
44
44
"db:clean" : " cd test/db && docker compose down --volumes" ,
You can’t perform that action at this time.
0 commit comments