Description
This issue tracks work for reaching 100% code coverage. There are currently only three files that have a few missing lines of coverage (via script/test
):
- lib/hooks/plugins/lifecycle.rb
- lib/hooks/plugins/auth/timestamp_validator.rb
- lib/hooks/core/config_loader.rb
Once these files have 100% coverage, the spec/unit/required_coverage_percentage.rb
file should be updated to reflect 100% as the new requirement. Please ignore any existing # :nocov:
lines as they are not important for this task.