Skip to content

Commit

Permalink
codecov: ignore the webview file
Browse files Browse the repository at this point in the history
These files are mangled by Webpack and the coverage won't work as expected.
  • Loading branch information
goneri committed Dec 9, 2024
1 parent 39c5a8a commit 7e440a9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,7 @@ coverage:
default:
# avoid noise from rounding errors, often caused by code reformatting
threshold: "0.05"
ignore:
- "src/webview/apps/lightspeed/playbookExplanation/main.ts"
- "src/webview/apps/lightspeed/playbookGeneration/main.ts"
- "src/webview/apps/lightspeed/roleGeneration/main.ts"

0 comments on commit 7e440a9

Please sign in to comment.