Skip to content

Cognitivity Code Coverage

Ophir Katz edited this page Jun 23, 2018 · 3 revisions

In computer science, test coverage is a measure used to describe the degree to which the source code of a program is executed when a particular test suite runs.

In our project, only the backend is a client of code coverage, since the GUI is mainly tested by UAT.

And components in the backend that access the database are being automatically tested, but not code covered, since we want to be able to run these tests without the dependency of the database.

The project's Code Coverage platform can be found here.


Notice!

In order to enable the codecov's plugin to work, you must comment out the parent tag from the pom.xml file: Parent tag commented out

Clone this wiki locally