alijamaliz / SimpleGraphDrawer

Software test course JUnit5 presentation project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Graph Drawer

Software test course JUnit5 presentation project

How to run?

Install Java:

Download Java

Install Maven:

On OSX:

    $ brew install maven

Run test with maven:

    $ mvn test

... Or running tests and update code coverage:

    $ mvn cobertura:cobertura

Test results:

Branch Build Status Test Code Coverage
Master Build Status codecov

Project graphs

Sunburst graph:

The inner-most circle is the entire project, moving away from the center are folders then, finally, a single file. The size and color of each slice is representing the number of statements and the coverage, respectively.



Project Sunburst graph

About

Software test course JUnit5 presentation project


Languages

Language:Java 100.0%