openclimatefix / MetOfficeDataHub

Python wrapper around MetOffice Atmospheric Model Data REST API
MIT License
3 stars 0 forks source link

Add logging #26

Closed peterdudfield closed 2 years ago

peterdudfield commented 2 years ago

Pull Request

Description

add logging

How Has This Been Tested?

normal unittests

Checklist:

codecov-commenter commented 2 years ago

Codecov Report

Merging #26 (5156f89) into main (5f8e0ce) will increase coverage by 0.02%. The diff coverage is 100.00%.

:exclamation: Current head 5156f89 differs from pull request most recent head b623f6f. Consider uploading reports for the commit b623f6f to get more accurate results

@@            Coverage Diff             @@
##             main      #26      +/-   ##
==========================================
+ Coverage   93.65%   93.67%   +0.02%     
==========================================
  Files           6        6              
  Lines         252      253       +1     
==========================================
+ Hits          236      237       +1     
  Misses         16       16              
Impacted Files Coverage Δ
metofficedatahub/app.py 86.20% <100.00%> (ø)
metofficedatahub/multiple_files.py 96.80% <100.00%> (+0.03%) :arrow_up:

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more