build: add log when coverage (#1933)

This commit is contained in:
Himself65
2023-04-13 18:20:41 -05:00
committed by GitHub
parent 08d67b316c
commit e79fb1ae3a

View File

@@ -22,6 +22,10 @@ if (enableDebugLocal) {
console.info('Debugging local blocksuite');
}
if (process.env.COVERAGE === 'true') {
console.info('Enable coverage report');
}
const profileTarget = {
ac: '100.85.73.88:12001',
dev: '100.84.105.99:11001',