Commit f0bc0f2
authored
Fix code coverage for nightly when run with the tests (#3667)
It was looking at whether the jars exist at the time that the
codeCoverageReport was being configured, rather than when it was being
executed. This now looks at the information lazily when actually
executing.1 parent ea5b5d7 commit f0bc0f2
1 file changed
+5
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
113 | 112 | | |
114 | 113 | | |
115 | 114 | | |
| |||
0 commit comments