0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-26 00:52:48 +00:00

Merge pull request #2747 from naturalcrit/RemoveBundledFilesFromCoverageTest

Remove bundled JS from coverage tests
This commit is contained in:
Trevor Buckner
2023-03-21 14:32:10 -04:00
committed by GitHub

View File

@@ -43,6 +43,9 @@
"shared",
"server"
],
"coveragePathIgnorePatterns": [
"build/*"
],
"coverageThreshold" : {
"global" : {
"statements" : 25,