mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-28 18:40:34 -05:00
Ignore coverage folder in the coverage report. (#366)
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
"testEnvironment": "node",
|
||||
"collectCoverage": true,
|
||||
"collectCoverageFrom": ["**/*.{js,ts,tsx}"],
|
||||
"coveragePathIgnorePatterns": ["dist", "/node_modules/", "/build/"],
|
||||
"coveragePathIgnorePatterns": ["dist", "/node_modules/", "/build/", "/coverage/"],
|
||||
"coverageReporters": ["html", "lcov", "text", "text-summary"],
|
||||
"resetMocks": true,
|
||||
"restoreMocks": true
|
||||
|
||||
6
upcoming-release-notes/366.md
Normal file
6
upcoming-release-notes/366.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Maintenance
|
||||
authors: [psybers]
|
||||
---
|
||||
|
||||
Ignore coverage folder in the coverage report.
|
||||
Reference in New Issue
Block a user