You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: report.md
+16
Original file line number
Diff line number
Diff line change
@@ -345,6 +345,10 @@ integrate it with your build environment?
345
345
346
346
The code coverage tool I am using is OpenClover which works with the Ant build tool. I followed the provided quick start guide and managed to integrate it with Ant. It was quite easy to do the setup since only a few steps were required, although a few things did not work out initially.
347
347
348
+
#### @mantaur
349
+
350
+
Like@ekorre1001I too use OpenClover. There were no hiccups in getting started with the tool once I had learned from G17 members experience using the tool and reading the quickstart guide.
351
+
348
352
### Your own coverage tool
349
353
350
354
Show a patch (or link to a branch) that shows the instrumented code to
@@ -437,6 +441,18 @@ While writing these tests, I also found a bug in the source code. The fix can be
0 commit comments