marcingrzejszczak / gradle-test-profiler

created with @AChudzik. The idea of this plugin is to perform profiling of your tests. You will be able to see your test execution times sorted in the descending manner together with an information about a module and the class name from which the test was executed.
Apache License 2.0
25 stars 11 forks source link

Exception thrown when there are no tests #22

Closed marcingrzejszczak closed 9 years ago

marcingrzejszczak commented 9 years ago

When there are no tests an exception is thrown:

java.io.FileNotFoundException: /home/.../reports/test_profiling/summary.csv (No such file or directory)
12:26:59.565 [ERROR] [org.gradle.BuildExceptionReporter]    at com.blogspot.toomuchcoding.testprofiler.ReportMerger.testsProfileSummaryReport(ReportMerger.groovy:22)