testing vi coverage

This commit is contained in:
shubham-mermaid
2025-06-23 15:07:56 +05:30
parent 339927d7e5
commit afded8d957
2 changed files with 2 additions and 4 deletions

View File

@@ -3,9 +3,7 @@ import { cp } from 'fs/promises';
const main = async () => {
const coverageDir = 'coverage';
const coverageFiles = ['vitest', 'cypress'].map(
(dir) => `${coverageDir}/${dir}/coverage-final.json`
);
const coverageFiles = ['vitest'].map((dir) => `${coverageDir}/${dir}/coverage-final.json`);
//copy coverage files from vitest and cypress to coverage folder
await Promise.all(