facebookresearch/hydra

Improve Hydra test coverage to 100%

Offen

#802 geöffnet am 21.07.2020

 (0 Kommentare) (1 Reaktion) (0 zugewiesene Personen)Python (608 Forks)batch import
help wantedmaintenancepriority_lowtests

Repository-Metriken

Stars
 (7.539 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 37T 6h) (25 gemergte PRs in 30 T)

Beschreibung

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