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 no-else-raise warnings #265

Merged
merged 5 commits into from
Mar 5, 2024

refactor(actor): Fix pylint `no-else-raise` warnings

496e2e3
Select commit
Loading
Failed to load commit list.
Merged

refactor: Fix pylint no-else-raise warnings #265

refactor(actor): Fix pylint `no-else-raise` warnings
496e2e3
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 5, 2024 in 0s

67.87% (+0.00%) compared to 04940bf

View this Pull Request on Codecov

67.87% (+0.00%) compared to 04940bf

Details

Codecov Report

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

Project coverage is 67.87%. Comparing base (04940bf) to head (496e2e3).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #265   +/-   ##
=======================================
  Coverage   67.87%   67.87%           
=======================================
  Files          74       74           
  Lines        3405     3405           
=======================================
  Hits         2311     2311           
  Misses       1094     1094           
Files Coverage Δ
src/powerapi/cli/binding_manager.py 67.94% <100.00%> (ø)
src/powerapi/cli/config_parser.py 91.78% <100.00%> (ø)
src/powerapi/cli/generator.py 85.22% <100.00%> (ø)
src/powerapi/database/csvdb.py 32.75% <0.00%> (ø)
src/powerapi/actor/supervisor.py 65.95% <33.33%> (ø)
src/powerapi/report/power_report.py 66.66% <25.00%> (ø)