chrisimcevoy / pyoda-time

A better date and time API for Python
https://pyodatime.org/
Apache License 2.0
1 stars 0 forks source link

ci: check sphinx docs are generated #143

Closed chrisimcevoy closed 4 months ago

chrisimcevoy commented 4 months ago

Adding an action that verifies we have run make docs.sphinx.html and committed the files generated by sphinx-apidoc.

If we haven't, the unstaged files in /docs/source will be detected and fail the job.

This is now a required status for PRs.

Noticed this while working on something unrelated...

Check the commits on this PR for more context.

codecov[bot] commented 4 months ago

Codecov Report

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

Project coverage is 95.04%. Comparing base (91572a0) to head (8b5e031). Report is 35 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #143 +/- ## ======================================= Coverage 95.04% 95.04% ======================================= Files 225 225 Lines 17473 17473 ======================================= Hits 16608 16608 Misses 865 865 ```

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