bdraco / nexia

Python library for connecting to nexia
Apache License 2.0
21 stars 13 forks source link

Use orjson to decode JSON #29

Closed bdraco closed 2 years ago

bdraco commented 2 years ago

The nexia api payloads can be quite large, orjson will speed up the decoding.

codecov[bot] commented 2 years ago

Codecov Report

Merging #29 (405ca05) into master (37eab65) will increase coverage by 0.04%. The diff coverage is 50.00%.

@@            Coverage Diff             @@
##           master      #29      +/-   ##
==========================================
+ Coverage   64.38%   64.43%   +0.04%     
==========================================
  Files           6        6              
  Lines         789      790       +1     
==========================================
+ Hits          508      509       +1     
  Misses        281      281              
Flag Coverage Δ
unittests 64.43% <50.00%> (+0.04%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
nexia/home.py 59.91% <50.00%> (+0.16%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 37eab65...405ca05. Read the comment docs.