poliastro / czml3

Python 3 library to write CZML
https://pypi.org/project/czml3/
MIT License
38 stars 30 forks source link

Rework types #90

Closed astrojuanlu closed 3 years ago

astrojuanlu commented 3 years ago

Subset of #86 and #89.

astrojuanlu commented 3 years ago

Hmmm looks like we're dropping Python 3.6 support.

codecov-io commented 3 years ago

Codecov Report

Merging #90 (3f3dd29) into main (901dc71) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #90   +/-   ##
=======================================
  Coverage   99.19%   99.20%           
=======================================
  Files          12       12           
  Lines         749      755    +6     
=======================================
+ Hits          743      749    +6     
  Misses          6        6           
Impacted Files Coverage Δ
src/czml3/utils.py 100.00% <ø> (ø)
src/czml3/common.py 100.00% <100.00%> (ø)
src/czml3/enums.py 100.00% <100.00%> (ø)
src/czml3/properties.py 100.00% <100.00%> (ø)

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 901dc71...3f3dd29. Read the comment docs.