Skip to content

Commit

Permalink
Ignore coverage folder in the coverage report. (actualbudget#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
psybers authored Jun 4, 2024
1 parent 2221fd8 commit e3934b9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions upcoming-release-notes/366.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
category: Maintenance
authors: [psybers]
---

Ignore coverage folder in the coverage report.

0 comments on commit e3934b9

Please sign in to comment.