Skip to content

Conversation

@codingjoe
Copy link
Owner

No description provided.

Copilot AI review requested due to automatic review settings December 21, 2025 13:34
@codingjoe codingjoe self-assigned this Dec 21, 2025
@codecov
Copy link

codecov bot commented Dec 21, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 85.52%. Comparing base (e2e794e) to head (92f534f).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #538      +/-   ##
==========================================
- Coverage   85.90%   85.52%   -0.39%     
==========================================
  Files          63       39      -24     
  Lines        1958      670    -1288     
==========================================
- Hits         1682      573    -1109     
+ Misses        276       97     -179     
Flag Coverage Δ
python-3.10-django-4.2 85.52% <ø> (-1.03%) ⬇️
python-3.10-django-5.2 85.52% <ø> (-10.72%) ⬇️
python-3.11-django-4.2 85.52% <ø> (-1.03%) ⬇️
python-3.11-django-5.2 85.52% <ø> (-10.72%) ⬇️
python-3.12-django-4.2 85.52% <ø> (-1.03%) ⬇️
python-3.12-django-5.2 85.52% <ø> (-0.82%) ⬇️
python-3.12-django-6.0 85.52% <ø> (-10.72%) ⬇️
python-3.13-django-4.2 85.52% <ø> (-1.03%) ⬇️
python-3.13-django-5.2 85.52% <ø> (-0.82%) ⬇️
python-3.13-django-6.0 85.52% <ø> (-10.72%) ⬇️
python-3.14-django-5.2 85.52% <ø> (-0.82%) ⬇️
python-3.14-django-6.0 85.52% <ø> (-10.72%) ⬇️

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 merged commit af92801 into main Dec 21, 2025
20 of 21 checks passed
@codingjoe codingjoe deleted the coverage branch December 21, 2025 13:35
Copy link
Contributor

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 configures coverage.py to limit coverage reporting to only the health_check package source code. This prevents coverage from being calculated for test files, dependencies, and other non-package code.

  • Adds [tool.coverage.run] section with source = ["health_check"] to restrict coverage measurement to the package source

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

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