hyperledger-labs / business-partner-agent

The Business Partner Agent is a SSI wallet and controller based on aries cloud agent python.
https://labs.hyperledger.org/business-partner-agent/
Apache License 2.0
56 stars 49 forks source link

Measure code coverage #764

Open bjoern-arnold opened 2 years ago

bjoern-arnold commented 2 years ago

As a developer I want to have an overview of the code lines / branches covered by the tests executed during the build process.

Proposed solution approach:

In order to reduce the impact on the build duration, the code instrumentation may be integrated as an optional step that can be activated on demand, e.g. via a build profile or configuration setting.