Skip to content
Snippets Groups Projects
Commit 8e0ba041 authored by Francois Romain's avatar Francois Romain
Browse files

build(tests): ajoute un rapport de couverture de tests

parent 100c770e
No related branches found
No related tags found
No related merge requests found
...@@ -5,3 +5,4 @@ node_modules/ ...@@ -5,3 +5,4 @@ node_modules/
/src/tools/sources/**/*.json /src/tools/sources/**/*.json
/dist /dist
/sources /sources
/coverage
...@@ -18,13 +18,13 @@ module.exports = { ...@@ -18,13 +18,13 @@ module.exports = {
clearMocks: true, clearMocks: true,
// Indicates whether the coverage information should be collected while executing the test // Indicates whether the coverage information should be collected while executing the test
// collectCoverage: false, collectCoverage: true,
// An array of glob patterns indicating a set of files for which coverage information should be collected // An array of glob patterns indicating a set of files for which coverage information should be collected
// collectCoverageFrom: null, // collectCoverageFrom: null,
// The directory where Jest should output its coverage files // The directory where Jest should output its coverage files
coverageDirectory: 'coverage', coverageDirectory: '../coverage',
// An array of regexp pattern strings used to skip coverage collection // An array of regexp pattern strings used to skip coverage collection
// coveragePathIgnorePatterns: [ // coveragePathIgnorePatterns: [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment