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

Use some perflint checks to improve performance #8336

Merged
merged 1 commit into from
Jul 28, 2024

Conversation

LefterisJP
Copy link
Member

The tool is a nice idea but it's overwhelming with way too many false positives.

Some rules also are probably an overkill. Like the import full method and not just module and then do the .method always. Though they do make sense it's a lot of work to adjust and maybe too anal.

Let's see.

The tool is a nice idea but it's overwhelming with way too many false
positives.

Some rules also are probably an overkill. Like the import full method
and not just module and then do the .method always. Though they do
make sense it's a lot of work to adjust and maybe too anal.

Let's see.

Signed-off-by: Lefteris Karapetsas <[email protected]>
Copy link

codecov bot commented Jul 28, 2024

Codecov Report

Attention: Patch coverage is 62.50000% with 3 lines in your changes missing coverage. Please review.

Project coverage is 54.65%. Comparing base (ac3dd44) to head (5bc4a4f).

Files Patch % Lines
rotkehlchen/icons.py 40.00% 3 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #8336       /-   ##
===========================================
- Coverage    54.84%   54.65%   -0.19%     
===========================================
  Files         1744     1744              
  Lines       125001   124994       -7     
  Branches     16613    16613              
===========================================
- Hits         68551    68317     -234     
- Misses       54133    54335      202     
- Partials      2317     2342       25     
Flag Coverage Δ
backend 69.23% <62.50%> (-0.40%) ⬇️

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.

@LefterisJP
Copy link
Member Author

all green

@LefterisJP LefterisJP merged commit 7d20d0a into rotki:develop Jul 28, 2024
14 checks passed
@LefterisJP LefterisJP deleted the use_perflint branch July 28, 2024 17:43
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.

1 participant