facebookresearch/hydra

Improve Hydra test coverage to 100%

Open

#802 opened on Jul 21, 2020

 (0 comments) (1 reaction) (0 assignees)Python (608 forks)batch import
help wantedmaintenancepriority_lowtests

Repository metrics

Stars
 (7,539 stars)
PR merge metrics
 (Avg merge 37d 6h) (25 merged PRs in 30d)

Description

Improve Hydra's core test coverage incrementally.

The current coverage gate is 80%, and the core test suite currently reports less than complete coverage.

Goal

Reach and maintain 100% test coverage for Hydra core, then raise the enforced coverage threshold to 100%.

Coverage improvements should come from meaningful tests of supported behavior. Any code excluded from coverage should have a specific, documented reason.

Contributor guide