Skip to content

Commit adb3de8

Browse files
committed
doc: describe branch coverage improvement
fixes: #6
1 parent 0694ed4 commit adb3de8

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

Diff for: report.md

+16
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,10 @@ integrate it with your build environment?
345345

346346
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.
347347

348+
#### @mantaur
349+
350+
Like @ekorre1001 I 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+
348352
### Your own coverage tool
349353

350354
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
437441
git show 12d42662a86bc770915c15f5d2d24d877b107c06
438442
```
439443

444+
#### @mantaur
445+
446+
`BinarySearchTree.TreePrinter.getString` before: 0.0%, after: 96.1%.
447+
448+
Branch coverage report: https://docs.google.com/document/d/1DI1iBl6Sr4eEB6ruFHFqF14WtQgAkcGSYj0F7vOc_HU/edit?usp=sharing
449+
450+
4 new test cases to improve coverage can be seen:
451+
452+
```sh
453+
git show 0b4093c79e6ae3ad6f61a6f9e3d22b7e6f285b66
454+
```
455+
440456
## Self-assessment: Way of working
441457

442458
Current state according to the Essence standard: ...

0 commit comments

Comments
 (0)