feat: update to node 22

This commit is contained in:
2024-06-03 14:11:07 +02:00
committed by Rainer Killinger
parent 25d18e681b
commit a962a35a8b
16 changed files with 93 additions and 451 deletions

View File

@@ -9,7 +9,7 @@ const args = files.map(it => `${it.split('/', 2)[1]}='${it}'`);
console.log(
'Collecting coverage...',
await promisify(exec)(`cobertura-merge -o ./coverage.xml ${args.join(' ')}`),
await promisify(exec)(`merge-cobertura -o ./coverage.xml ${args.join(' ')}`),
);
const reportFiles = await glob('./*/*/coverage/report-junit.xml');