mirror of https://github.com/webpack/webpack.git
Merge pull request #6491 from JoshuaKGoldberg/patch-2
Excluded root-level files and .github from Istanbul
This commit is contained in:
commit
3047bed427
|
|
@ -1,3 +1,4 @@
|
|||
instrumentation:
|
||||
excludes:
|
||||
- "**/*.runtime.js"
|
||||
- ".github/*"
|
||||
|
|
|
|||
Loading…
Reference in New Issue