Closed abhaasgoyal closed 9 months ago
Attention: 5 lines
in your changes are missing coverage. Please review.
Comparison is base (
d1d6280
) 58.22% compared to head (2efcd48
) 59.13%. Report is 1 commits behind head on main.
Files | Patch % | Lines |
---|---|---|
benchcab/benchcab.py | 0.00% | 4 Missing :warning: |
tests/test_config.py | 97.36% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Actually, can we rename read_optional_data
? I don't like the use of data
here. In the doc, we are using key
for the entries in the config file maybe that's the best choice.
Fixes #234, #239
Merge Message
config.yaml
and fill all optional data before validation. We assume that using keys in config would never lead toKeyError
in other modules after validation.multiprocessing
tomultiprocess
to match documentationwalltime
to match single digit numbers(?i)
flag at the start formem