Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 7d7f912e authored by Florent Coriat's avatar Florent Coriat
Browse files

Include untested files in code coverage measure

parent 086fbfe1
No related branches found
No related tags found
1 merge request!19Resolve "CI: Add badges for tests & coverage to README.md"
Pipeline #166937 passed
...@@ -29,4 +29,5 @@ module.exports = { ...@@ -29,4 +29,5 @@ module.exports = {
}, },
collectCoverage: true, collectCoverage: true,
coverageReporters: ["text", "json", "html"], coverageReporters: ["text", "json", "html"],
collectCoverageFrom: ["src/**", "!src/**/*.d.ts"],
}; };
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment