B612-Asteroid-Institute / astrodynamics

Orbit propagation, orbit determination, and analysis code
GNU Affero General Public License v3.0
8 stars 6 forks source link

Refactor into core and stk libs and port stk OpmHelper to use base lib #69

Closed HankG closed 3 years ago

HankG commented 3 years ago
codecov[bot] commented 3 years ago

Codecov Report

Merging #69 (43cb2e4) into develop (ce988bb) will increase coverage by 0.08%. The diff coverage is 83.33%.

Impacted file tree graph

@@              Coverage Diff              @@
##             develop      #69      +/-   ##
=============================================
+ Coverage      71.33%   71.42%   +0.08%     
- Complexity       498      499       +1     
=============================================
  Files             47       48       +1     
  Lines           2697     2719      +22     
  Branches         332      335       +3     
=============================================
+ Hits            1924     1942      +18     
- Misses           575      577       +2     
- Partials         198      200       +2     
Impacted Files Coverage Δ Complexity Δ
.../org/b612foundation/adam/astro/AstroConstants.java 0.00% <ø> (ø) 0.00 <0.00> (?)
...java/org/b612foundation/adam/astro/AstroUtils.java 95.45% <ø> (ø) 3.00 <0.00> (?)
...foundation/adam/astro/ReferenceFrameConverter.java 94.44% <ø> (ø) 4.00 <0.00> (?)
.../org/b612foundation/adam/datamodel/AdamObject.java 20.00% <ø> (ø) 2.00 <0.00> (?)
...va/org/b612foundation/adam/datamodel/Analysis.java 0.00% <ø> (ø) 0.00 <0.00> (?)
...rg/b612foundation/adam/datamodel/AnalysisType.java 0.00% <ø> (ø) 0.00 <0.00> (?)
...612foundation/adam/datamodel/BatchPropagation.java 0.00% <ø> (ø) 0.00 <0.00> (?)
...rg/b612foundation/adam/datamodel/BatchRequest.java 0.00% <ø> (ø) 0.00 <0.00> (?)
...612foundation/adam/datamodel/CalculationState.java 0.00% <ø> (ø) 0.00 <0.00> (?)
...undation/adam/datamodel/LsstAccessCalculation.java 0.00% <ø> (ø) 0.00 <0.00> (?)
... and 39 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 ce988bb...43cb2e4. Read the comment docs.