Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move from setup.py to pyproject.toml #73

Merged
merged 19 commits into from
Aug 23, 2024
Merged

Move from setup.py to pyproject.toml #73

merged 19 commits into from
Aug 23, 2024

Conversation

phoebe-p
Copy link
Member

  • Move from setup.py to pyproject.toml
  • Use hatchling build system instead of setuptools
  • use uv pip install in CI workflows (~30 x faster than pip install)

Copy link

codecov bot commented Aug 22, 2024

Codecov Report

Attention: Patch coverage is 88.24020% with 141 lines in your changes missing coverage. Please review.

Project coverage is 86.27%. Comparing base (3eec1fb) to head (8f6ae3c).
Report is 1 commits behind head on analytical_RT.

Files Patch % Lines
rayflare/ray_tracing/rt_structure.py 85.50% 90 Missing ⚠️
rayflare/ray_tracing/rt_common.py 86.30% 40 Missing ⚠️
rayflare/ray_tracing/rt_matrix.py 96.02% 11 Missing ⚠️
Additional details and impacted files
@@                Coverage Diff                @@
##           analytical_RT      #73      +/-   ##
=================================================
- Coverage          86.64%   86.27%   -0.38%     
=================================================
  Files                 21       23       +2     
  Lines               3805     3832      +27     
=================================================
+ Hits                3297     3306       +9     
- Misses               508      526      +18     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@phoebe-p phoebe-p merged commit b554117 into analytical_RT Aug 23, 2024
24 of 27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant