kevin218 / Eureka

Eureka! is a data reduction and analysis pipeline intended for time-series observations with JWST.
https://eurekadocs.readthedocs.io/
MIT License
61 stars 47 forks source link

Updating docs to v0.9 #518

Closed taylorbell57 closed 1 year ago

taylorbell57 commented 1 year ago

Simply incrementing docs to point to the new v0.9 (I will make v0.9 once this PR is merged).

taylorbell57 commented 1 year ago

So Codecov just hit v5.0 which means that we need to slightly change the way in which we use it for the automated testing on GitHib (read more). It was just a small, simple tweak though and we should be good to go now

codecov-commenter commented 1 year ago

Codecov Report

Merging #518 (888c7cc) into main (8808897) will decrease coverage by 0.55%. The diff coverage is 52.09%.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@            Coverage Diff             @@
##             main     #518      +/-   ##
==========================================
- Coverage   58.08%   57.54%   -0.55%     
==========================================
  Files          91       92       +1     
  Lines       10937    11074     +137     
==========================================
+ Hits         6353     6372      +19     
- Misses       4584     4702     +118     
Impacted Files Coverage Δ
src/eureka/S3_data_reduction/plots_s3.py 68.53% <27.50%> (-6.80%) :arrow_down:
src/eureka/S3_data_reduction/s3_reduce.py 87.41% <50.00%> (-1.77%) :arrow_down:
src/eureka/lib/centerdriver.py 67.56% <60.86%> (-24.75%) :arrow_down:
src/eureka/lib/gaussian_min.py 87.17% <87.17%> (ø)
src/eureka/S3_data_reduction/nircam.py 74.86% <100.00%> (+1.17%) :arrow_up:
src/eureka/lib/__init__.py 100.00% <100.00%> (ø)

... and 2 files with indirect coverage changes

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more