refactor: Remove redundant open mode argument
#538
Merged
Codecov / codecov/project
succeeded
Feb 19, 2025 in 1s
67.92% (+0.00%) compared to b620913
View this Pull Request on Codecov
67.92% (+0.00%) compared to b620913
Details
Codecov Report
Attention: Patch coverage is 33.33333% with 2 lines in your changes missing coverage. Please review.
Project coverage is 67.92%. Comparing base (
b620913) to head (8ab74aa).
| Files with missing lines | Patch % | Lines |
|---|---|---|
| src/powerapi/database/csvdb.py | 0.00% | 1 Missing |
| src/powerapi/database/file_db.py | 0.00% | 1 Missing |
Additional details and impacted files
@@ Coverage Diff @@
## master #538 +/- ##
=======================================
Coverage 67.92% 67.92%
=======================================
Files 71 71
Lines 2965 2965
=======================================
Hits 2014 2014
Misses 951 951 | Files with missing lines | Coverage Δ | |
|---|---|---|
| src/powerapi/cli/config_parser.py | 91.26% <100.00%> (ø) |
|
| src/powerapi/database/csvdb.py | 32.75% <0.00%> (ø) |
|
| src/powerapi/database/file_db.py | 46.66% <0.00%> (ø) |
Loading