spacetelescope / stcal

https://stcal.readthedocs.io/en/latest/
Other
10 stars 32 forks source link

Update changlog CI to use a pre-built workflow. #233

Closed WilliamJamieson closed 11 months ago

WilliamJamieson commented 11 months ago

This PR updates the CI to use a pre-built changelog workflow, which is functionally equivalent to the current one

Checklist

codecov[bot] commented 11 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (4d44cd8) 84.31% compared to head (5ec670d) 84.31%.

:exclamation: Current head 5ec670d differs from pull request most recent head 20eeeec. Consider uploading reports for the commit 20eeeec to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #233 +/- ## ======================================= Coverage 84.31% 84.31% ======================================= Files 35 35 Lines 6452 6452 ======================================= Hits 5440 5440 Misses 1012 1012 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

zacharyburnett commented 11 months ago

looks like it's sticking up on the changelog format:

docutils.utils.SystemMessage: <rst-doc>:272: (SEVERE/4) Title level inconsistent:

ramp_fitting
~~~~~~~~~~~~

I'll go through an fix these

zacharyburnett commented 11 months ago

looks like that fixed it; I just used restructuredtext-lint to find issues

pip install restructuredtext-lint
restructuredtext-lint CHANGES.txt