File tree 4 files changed +19407
-15308
lines changed
4 files changed +19407
-15308
lines changed Original file line number Diff line number Diff line change @@ -34,12 +34,12 @@ jobs:
34
34
echo "NODE_ENV=test" >> packages/core/.env.test
35
35
36
36
- name : Run tests
37
- run : cd packages/core && pnpm test
37
+ run : cd packages/core && pnpm test:coverage
38
38
39
39
- name : Build packages
40
40
run : pnpm run build
41
41
42
42
- name : Upload coverage reports to Codecov
43
43
uses : codecov/codecov-action@v5
44
44
with :
45
- token : ${{ secrets.CODECOV_TOKEN }}
45
+ token : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change 12
12
"dev" : " tsup --format esm --dts --watch" ,
13
13
"build:docs" : " cd docs && pnpm run build" ,
14
14
"test" : " vitest run" ,
15
+ "test:coverage" : " vitest run --coverage" ,
15
16
"test:watch" : " vitest"
16
17
},
17
18
"author" : " " ,
34
35
"@types/wav-encoder" : " 1.3.3" ,
35
36
"@typescript-eslint/eslint-plugin" : " 8.12.2" ,
36
37
"@typescript-eslint/parser" : " 8.12.2" ,
38
+ "@vitest/coverage-v8" : " 2.1.5" ,
37
39
"dotenv" : " 16.4.5" ,
38
40
"eslint" : " ^9.15.0" ,
39
41
"eslint-config-prettier" : " 9.1.0" ,
You can’t perform that action at this time.
0 commit comments