minder
minder copied to clipboard
Add end-to-end tests for critical endpoints
Here's a list of endpoints not covered by smoke tests, ordered by least-covered-first (in terms of unit tests). Note that coverage of routines used by these handlers might be different from the one reported here, and that number is only used for prioritization.
- GetEvaluationHistory -> /api/v1/history/{id} (14.10%)
- ListEvaluationHistory -> /api/v1/history (14.10%)
- ListEvaluationResults -> /api/v1/results (31.40%)
- GetRuleTypeByName -> /api/v1/rule_types/name/{name} (51.80%)
- ListRepositories2 -> /api/v1/repositories (62.70%)
- PatchProfile -> /api/v1/profile/{id} (64.10%)
- GetAuthorizationUrl -> /api/v1/auth/url (77.40%)
- ListRoles -> /api/v1/permissions/roles (77.40%)