cyberark / conjur-openapi-spec

OpenAPI v3 specification for Conjur / DAP v10+
https://conjur.org
Apache License 2.0
11 stars 2 forks source link

Fix and reduce coverage targets #202

Closed jtuttle closed 3 years ago

jtuttle commented 3 years ago

What does this PR do?

Coverage targets are thresholds with the format "healthy, unhealthy, unstable" so each threshold moving from left to right should be equal to or less than the previous one.

I'm also reducing the line coverage threshold because it's currently failing on a commit that only made changes to the CHANGELOG, so cobertura may be analyzing more files than it should be.

Change log

Test coverage

Documentation

jtuttle commented 3 years ago

Closing in favor of a proper solution that adds test coverage for the new JWT authenticator.