Skip to content

Fix type annotations in test_flow_core#570

Open
thierry-martinez wants to merge 1 commit into
TeamGraphix:masterfrom
thierry-martinez:typing-XZCorrectionsTestCase
Open

Fix type annotations in test_flow_core#570
thierry-martinez wants to merge 1 commit into
TeamGraphix:masterfrom
thierry-martinez:typing-XZCorrectionsTestCase

Conversation

@thierry-martinez

Copy link
Copy Markdown
Collaborator

This commit removes the # type: ignore[misc] pragma from test_flow_core. It introduces a new PatternTestCase class, derived from XZCorrectionsTestCase, to refine the type of the flow field when the pattern field is present.

This commit removes the `# type: ignore[misc]` pragma from
`test_flow_core`. It introduces a new `PatternTestCase` class, derived
from `XZCorrectionsTestCase`, to refine the type of the `flow` field
when the `pattern` field is present.
@codecov

codecov Bot commented Jul 18, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 90.58%. Comparing base (2d437e0) to head (0741ff1).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #570   +/-   ##
=======================================
  Coverage   90.58%   90.58%           
=======================================
  Files          49       49           
  Lines        7481     7481           
=======================================
  Hits         6777     6777           
  Misses        704      704           

☔ View full report in Codecov by Harness.
📢 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.

@matulni matulni left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Thank you, LGTM!

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