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

refactor: Fix pylint consider-using-dict-items warnings #269

Merged
merged 2 commits into from
Mar 7, 2024

Conversation

gfieni
Copy link
Contributor

@gfieni gfieni commented Mar 7, 2024

This PR re-enable pylint consider-using-dict-items check and fixes the triggered warnings in the codebase.

Copy link

sonarqubecloud bot commented Mar 7, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

Copy link

codecov bot commented Mar 7, 2024

Codecov Report

Attention: Patch coverage is 0% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 67.72%. Comparing base (8caaa2f) to head (c2d6aca).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #269      +/-   ##
==========================================
+ Coverage   67.69%   67.72%   +0.02%     
==========================================
  Files          72       72              
  Lines        3291     3290       -1     
==========================================
  Hits         2228     2228              
+ Misses       1063     1062       -1     
Files Coverage Δ
src/powerapi/database/prometheus_db.py 54.05% <0.00%> (+0.72%) ⬆️

@gfieni gfieni merged commit 4004920 into master Mar 7, 2024
9 checks passed
@gfieni gfieni deleted the refactor/fix-pylint-consider-using-dict-items branch March 7, 2024 15:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant