UNCG-DAISY / PyWebCAT

Python tool for working with the NOAA NOS Web Camera Applications Testbed (WebCAT)
MIT License
3 stars 1 forks source link

str.zfill(), but with f-string #20

Closed ebgoldstein closed 4 years ago

ebgoldstein commented 4 years ago

with help from this: https://stackoverflow.com/questions/39402795/how-to-pad-a-string-with-leading-zeros-in-python-3/39402910

codecov-commenter commented 4 years ago

Codecov Report

Merging #20 into master will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #20   +/-   ##
=======================================
  Coverage   87.64%   87.64%           
=======================================
  Files           1        1           
  Lines          89       89           
=======================================
  Hits           78       78           
  Misses         11       11           
Flag Coverage Δ
#unittests 87.64% <100.00%> (ø)
Impacted Files Coverage Δ
pywebcat/utils.py 87.64% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 5afa107...53b6561. Read the comment docs.

TomasBeuzen commented 4 years ago

Ah nice catch!