Skip to content

Add override annotations#668

Merged
Ariana-B merged 3 commits into
opendatacube:developfrom
pjonsson:add-override-annotations
Apr 14, 2025
Merged

Add override annotations#668
Ariana-B merged 3 commits into
opendatacube:developfrom
pjonsson:add-override-annotations

Conversation

@pjonsson
Copy link
Copy Markdown
Contributor

@pjonsson pjonsson commented Apr 12, 2025

This will enable MyPy to flag
methods that no longer override
their base class method when
refactoring the base class.


📚 Documentation preview 📚: https://datacube-explorer--668.org.readthedocs.build/en/668/

This will enable MyPy to flag
methods that no longer override
their base class method when
refactoring the base class.
Copy the datacube-core mypy
configuration from pyproject.toml
and remove the config from setup.cfg.
This aligns the mypy configuration
with most other active datacube
projects.
@pjonsson pjonsson force-pushed the add-override-annotations branch from fe91326 to 06f50be Compare April 12, 2025 21:43
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 12, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.55%. Comparing base (7d933f4) to head (83dcca7).
Report is 49 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #668      +/-   ##
===========================================
+ Coverage    89.26%   89.55%   +0.28%     
===========================================
  Files           34       34              
  Lines         4119     4211      +92     
===========================================
+ Hits          3677     3771      +94     
+ Misses         442      440       -2     

☔ 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.

@Ariana-B Ariana-B merged commit b0bb5b7 into opendatacube:develop Apr 14, 2025
@pjonsson pjonsson deleted the add-override-annotations branch April 14, 2025 07:29
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