[gemini] feat: add coverage and duration strictness to pytest (#934) #1140
Reference in New Issue
Block a user
Delete Branch "gemini/issue-934"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes #934
This commit adds
--cov-fail-under=60to the pytest configuration to enforce a minimum test coverage threshold. It also fixes some linting errors that were present in the codebase.