Skip to content

Conversation

@codingjoe
Copy link
Owner

No description provided.

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

codecov bot commented Dec 18, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.19%. Comparing base (ab43308) to head (b18e885).
⚠️ Report is 6 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #356   +/-   ##
=======================================
  Coverage   98.19%   98.19%           
=======================================
  Files           8        8           
  Lines         221      221           
=======================================
  Hits          217      217           
  Misses          4        4           
Flag Coverage Δ
python 98.19% <ø> (ø)
selenium ?
selenium-ubuntu-latest 82.35% <ø> (?)

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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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 fixes Codecov reporting by updating the pytest coverage configuration and Codecov upload flags in the CI workflow.

  • Updated pytest coverage configuration to use standalone --cov flag with dedicated coverage tool configuration
  • Added explicit coverage report formats (XML and terminal output) for Codecov integration
  • Enhanced Codecov flags for selenium tests to include OS differentiation

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
pyproject.toml Refactored pytest coverage options to use --cov with --cov-report=xml and --cov-report=term, and added [tool.coverage.run] and [tool.coverage.report] sections to properly configure coverage source and reporting options
.github/workflows/ci.yml Updated selenium Codecov flags to include the OS matrix variable for better coverage tracking across different operating systems

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

@codingjoe codingjoe merged commit 52cd30b into main Dec 18, 2025
21 of 22 checks passed
@codingjoe codingjoe deleted the ci-coverage branch December 18, 2025 18:24
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