Try migrating to depot (#9555)

This commit is contained in:
Charles Bochet
2025-01-10 21:46:26 +01:00
committed by GitHub
parent 5ec28afac9
commit 9d735b8562
6 changed files with 53 additions and 20 deletions

View File

@ -1,8 +1,8 @@
const globalCoverage = {
branches: 45,
statements: 60,
lines: 60,
functions: 60,
branches: 24,
statements: 40,
lines: 40,
functions: 30,
exclude: ['src/generated/**/*'],
};
@ -40,4 +40,4 @@ module.exports =
? modulesCoverage
: storybookStoriesFolders === 'performance'
? performanceCoverage
: globalCoverage;
: globalCoverage;