Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Require named arguments to fix pylint too-many-positional-arguments #273

Merged
merged 2 commits into from
Oct 9, 2024

Fix pylint failures for tests (too-many-function-args)

ab46b9d
Select commit
Loading
Failed to load commit list.
Merged

Require named arguments to fix pylint too-many-positional-arguments #273

Fix pylint failures for tests (too-many-function-args)
ab46b9d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 7, 2024 in 1s

90.42% (+0.00%) compared to 79091d0

View this Pull Request on Codecov

90.42% (+0.00%) compared to 79091d0

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.42%. Comparing base (79091d0) to head (ab46b9d).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #273   +/-   ##
=======================================
  Coverage   90.42%   90.42%           
=======================================
  Files           5        5           
  Lines        1117     1117           
  Branches      254      254           
=======================================
  Hits         1010     1010           
  Misses         78       78           
  Partials       29       29           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.