We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6131779 + cfa72e6 commit 0846494Copy full SHA for 0846494
build.gradle.kts
@@ -137,7 +137,6 @@ tasks {
137
}
138
139
test {
140
- exclude("com/magento/idea/magento2plugin/actions/**") //https://github.com/magento/magento2-phpstorm-plugin/issues/2474
141
useJUnitPlatform()
142
143
@@ -239,3 +238,11 @@ fun getChangedFiles(): List<String> {
239
238
// Return the list of touched files
240
return files
241
+
242
+kover {
243
+ currentProject {
244
+ instrumentation {
245
+ excludedClasses.add("org.apache.velocity.*")
246
+ }
247
248
+}
0 commit comments