all the new shiny things
All checks were successful
Deploy to Test Environment / deploy-to-test (push) Successful in 15m54s
All checks were successful
Deploy to Test Environment / deploy-to-test (push) Successful in 15m54s
This commit is contained in:
@@ -81,8 +81,8 @@ const finalConfig = mergeConfig(
|
||||
fileParallelism: false,
|
||||
coverage: {
|
||||
provider: 'v8',
|
||||
// We remove 'text' here. The final text report will be generated by `nyc` after merging.
|
||||
reporter: ['html', 'json-summary', 'json'],
|
||||
// Include 'text' reporter so coverage summary appears after integration tests complete.
|
||||
reporter: [['text', { maxCols: 200 }], 'html', 'json-summary', 'json'],
|
||||
reportsDirectory: '.coverage/integration',
|
||||
reportOnFailure: true, // This ensures the report generates even if tests fail
|
||||
clean: true,
|
||||
|
||||
Reference in New Issue
Block a user