Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
I just realized (this wasn't clear at least to me before) that FINERACT-725 only added code coverage for unit tests. In Fineract that's certainly of some but ultimately more limited value - because the project has very few unit tests, but relies more on integration tests...
The goal of this new issue to make it possible to have integration test coverage as well.
Jacoco is easy to set up for unit tests, but for integration tests, we would need to instrument the WAR which the Gradle Cargo plugin deploys into Tomcat - which is a little more challenging... (or we change how we do integration tests all together).
Attachments
Issue Links
- blocks
-
FINERACT-713 Improve code-coverage to at-least 50% and reduce execution time
- Closed
- relates to
-
FINERACT-764 Run Integration Tests using Spring Boot IT support instead of on Tomcat started separately by gradle-tomcat-plugin
- Resolved