peasoupio / inv

Intertwined network valuables

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add documentaion and test reference

opened this issue · comments

Since INV is a convention-over-configuration advocate, it would be understandable if INV files include somehow a documentation and test reference.

Documentation has been implemented as markdown function.
Check documentation for more information.
Documentation's will be saved on a report.md file at the latest run folder.

Anyhow tests are built, code coverage should be reported.
Using JaCoCo format (https://www.jacoco.org/jacoco/trunk/coverage/report.dtd), INV could generate a "jacoco.xml" for different events (as methods and conditions), per examples: statement entered. exited in success, exited in error.

It has been reworked with the latest inv repo test command. Documentation about this change will come soon.