Skip to content

Conversation

@codingjoe
Copy link
Owner

No description provided.

Copilot AI review requested due to automatic review settings December 18, 2025 14:37
@codingjoe codingjoe self-assigned this Dec 18, 2025
@codingjoe codingjoe force-pushed the docs branch 2 times, most recently from 7a3a217 to 503c203 Compare December 18, 2025 14:41
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR migrates the project's CI pipeline and documentation build process to use UV, a fast Python package manager. The changes aim to modernize the build tooling and improve build performance.

  • Restructures pyproject.toml to use PEP 735 dependency groups and moves optional dependencies earlier in the file
  • Migrates GitHub Actions CI workflow to use UV for package management and testing
  • Updates ReadTheDocs configuration to use UV for documentation builds
  • Changes documentation theme from "alabaster" to "furo"

Reviewed changes

Copilot reviewed 7 out of 8 changed files in this pull request and generated 4 comments.

Show a summary per file
File Description
pyproject.toml Reorganizes dependencies by moving optional-dependencies before dependency-groups and adds sphinx/furo to docs group
.github/workflows/ci.yml Replaces pip-based workflows with UV commands for distribution, docs, and testing
.readthedocs.yaml Updates to Ubuntu 24.04 and configures UV-based sphinx-build process
docs/conf.py Changes documentation theme from alabaster to furo
.gitignore Adds uv.lock to ignored files
.pre-commit-config.yaml Adds sphinx-lint hook
SECURITY.md Removes Tidelift security contact information
MANIFEST.in Removes file (no longer needed)

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@codingjoe codingjoe force-pushed the docs branch 2 times, most recently from 5196bc1 to c844e95 Compare December 18, 2025 14:47
@codecov
Copy link

codecov bot commented Dec 18, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.39%. Comparing base (5e1ca04) to head (174c4f1).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #156      +/-   ##
==========================================
- Coverage   97.63%   97.39%   -0.25%     
==========================================
  Files          17       17              
  Lines         805      805              
==========================================
- Hits          786      784       -2     
- Misses         19       21       +2     
Flag Coverage Δ
python-3.10-django-5.2 67.45% <ø> (?)
python-3.11-django-5.2 67.45% <ø> (?)
python-3.12-django-5.2 67.45% <ø> (?)
python-3.13-django-5.2 97.39% <ø> (?)
python-3.14-django-5.2 67.45% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@codingjoe codingjoe force-pushed the docs branch 3 times, most recently from ff188a2 to c520161 Compare December 18, 2025 15:11
@codingjoe codingjoe merged commit 8ab4fe1 into main Dec 18, 2025
12 of 14 checks passed
@codingjoe codingjoe deleted the docs branch December 18, 2025 15:16
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.

2 participants