Closed major closed 1 year ago
Patch coverage: 100.00%
and project coverage change: +0.01%
:tada:
Comparison is base (
b07c877
) 92.10% compared to head (8187aaf
) 92.11%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This simplifies the DataEntry class a bit and allows us to have a really handy
__repr__
output whenever we need to print out the contents of the class.Also, this fixes a mypy issue where
content
is recast from a string to a dictionary whenjson.loads()
reads it.