eclipse-archived / codewind

The official repository of the Eclipse Codewind project
https://codewind.dev
Eclipse Public License 2.0
113 stars 45 forks source link

Enhance Portal Code Coverage #1808

Closed james-wallis closed 4 years ago

james-wallis commented 4 years ago

Description of the enhancement:

Currently in Portal we have the ability to get the code coverage for our unit tests only. This gives us the appearance that our coverage is very low whereas we touch a lot of the other code though our API tests.

Proposed solution:

I've created a development branch which gives us the ability to:

This branch needs tidying and testing as it was only designed to be an MVP. The thought for this is in the future it'll be able to be shown on Jenkins (https://wiki.jenkins.io/display/JENKINS/HTML+Publisher+Plugin).

Design decisions:

Note:

james-wallis commented 4 years ago

/assign

james-wallis commented 4 years ago

This has been delivered.