aws / aws-xray-java-agent

The official AWS X-Ray Auto Instrumentation Agent for Java.
Apache License 2.0
42 stars 18 forks source link

Code coverage report generation #86

Closed srprash closed 3 years ago

srprash commented 3 years ago

Description of changes: Similar to what is done for the java sdk using the jacoco plugin. @willarmiros explained to me that since the agent is built as a plugin for Disco, all the core logic is contained within the aws-xray-agent module and rest of the modules contain benchmark and integration tests. We only need to be concerned with the coverage report for the aws-xray-agent module.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

srprash commented 3 years ago

Probably need to install the CodeCov bot to the repo and add the repo to publish report to codecov.io