Closed cbkerr closed 7 months ago
Attention: Patch coverage is 0%
with 6 lines
in your changes are missing coverage. Please review.
Project coverage is 69.55%. Comparing base (
0a65622
) to head (44ce715
). Report is 5 commits behind head on main.:exclamation: Current head 44ce715 differs from pull request most recent head 0be77c8. Consider uploading reports for the commit 0be77c8 to get more accurate results
Files | Patch % | Lines |
---|---|---|
signac_dashboard/dashboard.py | 0.00% | 3 Missing and 3 partials :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
The warning from signac.filterparse._cast is burried in the shell and automatically searching for capitalized boolean string is likely not the expected result.
Description
Make the feedback when searching for booleans in incorrect JSON more like
signac find
:Motivation and Context
You would have to look at the shell to see these messages about casting of True-->true.
They come from
signac.filterparse._cast
Related to https://github.com/glotzerlab/signac-docs/pull/199
Checklist: