European-XFEL / DAMNIT

Data And Metadata iNspection Interactive Thing
https://damnit.rtfd.io
BSD 3-Clause "New" or "Revised" License
6 stars 2 forks source link

Always log the username and hostname in a processing job #348

Closed JamesWrigley closed 1 month ago

JamesWrigley commented 1 month ago

This can be helpful when debugging.

(I'm roguishly gonna go ahead and merge this because it'd be quite useful ATM)

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 20.00000% with 4 lines in your changes missing coverage. Please review.

Project coverage is 75.32%. Comparing base (e2677b0) to head (1c633c2). Report is 2 commits behind head on master.

Files with missing lines Patch % Lines
damnit/backend/extract_data.py 20.00% 4 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #348 +/- ## ========================================== - Coverage 75.35% 75.32% -0.03% ========================================== Files 32 32 Lines 4974 4977 +3 ========================================== + Hits 3748 3749 +1 - Misses 1226 1228 +2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

takluyver commented 1 month ago

LGTM, thanks!