[Contents] [TitleIndex] [WordIndex

Contributor - Evaluate global code coverage

Description

Some tools are available to have code-coverage metrics after test execution but there are only available per-programming language and we do not have a broad view of the results. The currently available tools are :

After being able to evaluate the global coverage, the bonus point will be given after de-duplicating redundant tests.

Ideas

  1. Install lcov-to-cobertura on our jenkins instance
  2. Validate our java tests on jenkins (enabling the Cobertura plugin)
  3. Write an Cobertura XML backend for our Scilab code coverage tool
  4. Merge all theses Cobertura files in one report.


2022-09-08 09:26