Closed hcpchris closed 3 weeks ago
Attention: Patch coverage is 76.66667%
with 7 lines
in your changes missing coverage. Please review.
Project coverage is 87.92%. Comparing base (
7b12281
) to head (ead44f7
). Report is 1 commits behind head on master.
Files with missing lines | Patch % | Lines |
---|---|---|
highcharts_core/headless_export.py | 80.00% | 2 Missing and 3 partials :warning: |
highcharts_core/utility_functions.py | 33.33% | 1 Missing and 1 partial :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
User-Agent
andReferer
support to theExportServer
class to accommodate new security measures on Highsoft's public Export Server instance.datetime64
values to serialize them to Unix epoch-based milliseconds, rather than the default nanoseconds (closes #204).datetime64
values to epoch-based milliseconds (courtesy of @ThomasGL).