Skip to content

test: avoid type change of key variables - #586

Open
bdrung wants to merge 1 commit into
canonical:mainfrom
bdrung:avoid-type-change
Open

test: avoid type change of key variables#586
bdrung wants to merge 1 commit into
canonical:mainfrom
bdrung:avoid-type-change

Conversation

@bdrung

@bdrung bdrung commented Apr 21, 2026

Copy link
Copy Markdown
Member

The ProblemReport keys must be of type str. Avoid setting those keys initially to None to avoid mypy to complain.

@codecov

codecov Bot commented Apr 21, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 84.49%. Comparing base (2eacb11) to head (d50a196).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #586   +/-   ##
=======================================
  Coverage   84.48%   84.49%           
=======================================
  Files         106      106           
  Lines       21018    21018           
  Branches     3195     3195           
=======================================
+ Hits        17758    17759    +1     
- Misses       2785     2786    +1     
+ Partials      475      473    -2     

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

@bdrung bdrung added the test label Jul 1, 2026
@bdrung
bdrung requested a review from Hyask July 3, 2026 15:11
The `ProblemReport` keys must be of type `str`. Avoid setting those keys
initially to `None` to avoid mypy to complain.
@bdrung
bdrung force-pushed the avoid-type-change branch from 3a6b38f to d50a196 Compare August 3, 2026 23:18
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