Mark coverage as excluded in IntelliJ (#7069)

Vitest outputs coverage information into `/coverage`.
This commit is contained in:
Mats Jun
2024-11-06 14:59:56 +09:00
committed by GitHub
parent e2957912a6
commit 42acafcf07

View File

@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="WEB_MODULE" version="4">
<component name="NewModuleRootManager">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/static/tests" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/test" isTestSource="true" />
@@ -8,6 +9,7 @@
<excludeFolder url="file://$MODULE_DIR$/static/dist" />
<excludeFolder url="file://$MODULE_DIR$/lib/storage/data" />
<excludeFolder url="file://$MODULE_DIR$/etc/scripts/asm-docs" />
<excludeFolder url="file://$MODULE_DIR$/coverage" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />