Closed hcpchris closed 5 months ago
Attention: Patch coverage is 31.03448%
with 20 lines
in your changes missing coverage. Please review.
Project coverage is 88.25%. Comparing base (
c7a6187
) to head (7c271cf
). Report is 1 commits behind head on master.
Files | Patch % | Lines |
---|---|---|
highcharts_core/metaclasses.py | 11.11% | 14 Missing and 2 partials :warning: |
highcharts_core/headless_export.py | 20.00% | 4 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
None
data values when serializing.to_json()
for export via the Export Server. Closes #168.DumbbellSeries.data
incorrect type (reverted fromCartesianData
toRangeData
-descended). Closes #176.datetime.date
type values to milliseconds when serializaing.to_json()
for export via the Export Server.for_export
as a special parameter to the.to_json()
serialization method to maintain past behavior while simultaneously fixing serialization bugs related to export via the Node Export Server. Extended.trim_dict()
and.trim_iterable()
internal methods withfor_export
support for the same purpose.