Deploy a new (Second, TCR-server-dev) instance of TCR-server
This is a follow up ticket on #2 (closed)
- Deploy new instance with ArgoCD with attached java agent
- Attach and expose jmx agent port
- Dump the coverage from jmx agent port and build the report
- https://medium.com/@hbahuguna/integration-test-code-coverage-on-containers-using-jacoco-561a95703060
- PoC with
make start_as_container
andmake coverage-report_as_container
provided in !12 (diffs)