Added Logs and Jacoco
Type of change
-
Bug Fix -
Feature
Please provide link to gitlab issue or ADR(Architecture Decision Record)
Does this introduce a change in the core logic?
- [YES/NO] No
Does this introduce a change in the cloud provider implementation, if so which cloud?
-
AWS -
Azure -
GCP -
IBM
Does this introduce a breaking change?
- [YES/NO] No
What is the current behavior?
Logs are not printed. Code coverage can't be tracked.
What is the new/expected behavior?
Logs are printed. Code coverage can be tracked.
Have you added/updated Unit Tests and Integration Tests?
Yes