Add paths to logit decorator#66
Conversation
|
Hmm, this worked locally. I will try and rework the test. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #66 +/- ##
===========================================
+ Coverage 60.44% 60.56% +0.12%
===========================================
Files 24 24
Lines 1972 1973 +1
Branches 370 370
===========================================
+ Hits 1192 1195 +3
+ Misses 725 721 -4
- Partials 55 57 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
I'll test this in the global workflow as well. |
CoryMartin-NOAA
left a comment
There was a problem hiding this comment.
Looks good, approve pending successful test
|
Tested in the global workflow for a Full paths are written each time a function is called that has a The |
Description
This adds a new feature to log the full path to a called function's file name.
Refs NOAA-EMC/global-workflow#4493
Type of change
How Has This Been Tested?
I added a new pytest that ensures that logging includes the full filename.
Checklist