File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"report-dir" : " ./.coverage" ,
3
- "reporter" : [" text" , " lcov" , " html " ],
3
+ "reporter" : [" text" , " lcov" ],
4
4
"exclude" : [
5
5
" **/*-test" ,
6
6
" **/.coverage" ,
Original file line number Diff line number Diff line change 5
5
"main" : " ./build/src/index.js" ,
6
6
"bin" : " ./build/src/bin/release-please.js" ,
7
7
"scripts" : {
8
- "test" : " cross-env ENVIRONMENT=test c8 --reporter=html --reporter=text mocha --recursive --timeout=5000 build/test" ,
8
+ "test" : " cross-env ENVIRONMENT=test c8 mocha --recursive --timeout=5000 build/test" ,
9
9
"docs-test" : " echo add docs tests" ,
10
10
"system-test" : " cross-env ENVIRONMENT=test mocha --timeout=20000 build/system-test" ,
11
11
"presystem-test" : " npm run compile" ,
12
- "test:all" : " cross-env ENVIRONMENT=test c8 --reporter=html --reporter=text mocha --recursive --timeout=20000 build/system-test build/test" ,
12
+ "test:all" : " cross-env ENVIRONMENT=test c8 mocha --recursive --timeout=20000 build/system-test build/test" ,
13
13
"test:snap" : " SNAPSHOT_UPDATE=1 npm test" ,
14
14
"clean" : " gts clean" ,
15
15
"prepare" : " npm run compile" ,
You can’t perform that action at this time.
0 commit comments