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 b5a8e7d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ coverage:
default:
# avoid noise from rounding errors, often caused by code reformatting
threshold: "0.05"
ignore:
- "src/webview/apps/**/*.ts"

0 comments on commit b5a8e7d

Please sign in to comment.