Closed CodeGat closed 3 months ago
Attention: Patch coverage is 0%
with 1 line
in your changes missing coverage. Please review.
Project coverage is 73.48%. Comparing base (
f2f37d9
) to head (2d538a5
). Report is 1 commits behind head on main.
Files | Patch % | Lines |
---|---|---|
...model_config_tests/qa/test_access_esm1p5_config.py | 0.00% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
See https://github.com/ACCESS-NRI/access-esm1.5-configs/pull/44/checks?check_run_id=28688143378
We allow
collate.mpi
to be eithertrue
orfalse
, rather than onlytrue
.Since converting the
.yaml
file into a Pythondict
also converts the above to abool
, test that the resulting value is an instance ofbool
.In this PR:
model-config-tests
to0.0.7