andrmoel / astronomy-bundle-js

This library provides tools and methods for astronomical calculations. With this bundle it is possible to calculate the position of moon, sun and planets and several coordinate systems. For a higher accuracy, several corrections, like nutation and precision, were taken into account. It is also possible to calculate rise, set and culmination events for celestial objects.
42 stars 9 forks source link

ci(codecov): upload test coverage to codecov #59

Closed andrmoel closed 3 years ago

codecov-commenter commented 3 years ago

Codecov Report

Merging #59 (2f00e88) into master (6fbfe1f) will increase coverage by 44.23%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #59       +/-   ##
===========================================
+ Coverage        0   44.23%   +44.23%     
===========================================
  Files           0       81       +81     
  Lines           0     4458     +4458     
  Branches        0     2537     +2537     
===========================================
+ Hits            0     1972     +1972     
- Misses          0     2486     +2486     
Impacted Files Coverage Δ
src/earth/calculations/earthCalc.ts 100.00% <0.00%> (ø)
src/stars/Star.ts 100.00% <0.00%> (ø)
src/planets/Uranus.ts 16.66% <0.00%> (ø)
src/moon/constants/calculations.ts 100.00% <0.00%> (ø)
src/planets/Neptune.ts 50.00% <0.00%> (ø)
src/satellites/createSatellite.ts 100.00% <0.00%> (ø)
src/planets/calculations/vsop87Calc.ts 100.00% <0.00%> (ø)
src/time/createTimeOfInterest.ts 100.00% <0.00%> (ø)
src/planets/vsop87/vsop87SaturnSphericalDate.js 100.00% <0.00%> (ø)
src/moon/calculations/moonPhaseCalc.ts 97.80% <0.00%> (ø)
... and 71 more

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 6fbfe1f...2f00e88. Read the comment docs.