cyberark / conjur-api-python

Python client for the CyberArk Conjur API
Apache License 2.0
8 stars 3 forks source link

Validate test coverage #12

Closed mbenita-Cyberark closed 2 years ago

mbenita-Cyberark commented 2 years ago

Desired Outcome

Build should fail if we don't reach up to the desired code-coverage Note: we will not have code climate until we go public so we use only cobertura for now

Implemented Changes

Examine the cobertura properties: In some properties you will see a tripled tuple: for example lineCoverageTargets: '70, 80, 70' The first value is threshold, second is health and third is stability

Definition of Done

Changelog

Test coverage

Documentation

Behavior

Security