lib/jacoco/plugin.rb in danger-jacoco-0.1.8 vs lib/jacoco/plugin.rb in danger-jacoco-0.1.9

- old
+ new

@@ -57,10 +57,10 @@ # that is your path to source files is something like # # Java => blah/blah/java/slashed_package/Source.java # Kotlin => blah/blah/kotlin/slashed_package/Source.kt # - def report(path, report_url = '', delimiter = %r{/java/|/kotlin/}, fail_no_coverage_data_found: true) + def report(path, report_url = '', delimiter = %r{/java/|/kotlin/|/scala/}, fail_no_coverage_data_found: true) @fail_no_coverage_data_found = fail_no_coverage_data_found setup classes = classes(delimiter)