valohai / valohai-cli

:heavy_dollar_sign: Command line client for Valohai
MIT License
14 stars 8 forks source link

Replace .format() / concatenation with f-strings where feasible #207

Closed akx closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #207 (1d0d5fd) into master (c3ffd0c) will increase coverage by 0.14%. The diff coverage is 81.92%.

@@            Coverage Diff             @@
##           master     #207      +/-   ##
==========================================
+ Coverage   85.80%   85.94%   +0.14%     
==========================================
  Files         117      118       +1     
  Lines        3825     3842      +17     
  Branches      642      635       -7     
==========================================
+ Hits         3282     3302      +20     
- Misses        376      377       +1     
+ Partials      167      163       -4     
Impacted Files Coverage Δ
valohai_cli/commands/execution/run/excs.py 42.85% <0.00%> (ø)
valohai_cli/commands/execution/watch.py 92.85% <ø> (ø)
valohai_cli/commands/init.py 72.22% <ø> (ø)
valohai_cli/commands/update_check.py 25.00% <0.00%> (ø)
valohai_cli/models/project.py 80.45% <0.00%> (ø)
valohai_cli/commands/parcel.py 67.61% <50.00%> (-1.01%) :arrow_down:
valohai_cli/packager.py 89.04% <50.00%> (ø)
valohai_cli/commands/execution/logs.py 77.27% <75.00%> (-0.78%) :arrow_down:
valohai_cli/utils/matching.py 80.00% <80.00%> (ø)
tests/commands/execution/utils.py 100.00% <100.00%> (ø)
... and 22 more