Stanford-NavLab / gnss_lib_py

Modular Python tool for parsing, analyzing, and visualizing Global Navigation Satellite Systems (GNSS) data and state estimates
MIT License
116 stars 28 forks source link

v0.2.2 #142

Closed betaBison closed 9 months ago

betaBison commented 9 months ago
codecov[bot] commented 9 months ago

Codecov Report

Merging #142 (06bc039) into main (c14fdac) will increase coverage by 0.04%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #142      +/-   ##
==========================================
+ Coverage   99.57%   99.62%   +0.04%     
==========================================
  Files          20       21       +1     
  Lines        3091     3427     +336     
==========================================
+ Hits         3078     3414     +336     
  Misses         13       13              
Files Coverage Δ
gnss_lib_py/algorithms/fde.py 100.00% <100.00%> (ø)
gnss_lib_py/algorithms/snapshot.py 100.00% <100.00%> (ø)
gnss_lib_py/parsers/android.py 100.00% <100.00%> (ø)
gnss_lib_py/parsers/clk.py 100.00% <100.00%> (ø)
gnss_lib_py/parsers/navdata.py 100.00% <100.00%> (ø)
gnss_lib_py/parsers/nmea.py 100.00% <100.00%> (ø)
gnss_lib_py/parsers/sp3.py 100.00% <100.00%> (ø)
gnss_lib_py/utils/coordinates.py 100.00% <100.00%> (ø)
gnss_lib_py/utils/file_operations.py 100.00% <100.00%> (ø)
gnss_lib_py/utils/visualizations.py 100.00% <100.00%> (ø)