dynatrace-operator
dynatrace-operator copied to clipboard
Add debug documentation and make commands for easier debugging
Description
This PR adds documentation how to debug the different components of the operator. In addition some makefile commands are added to simplify the process.
How can this be tested?
Try to follow the guide and start debugging.
:warning: Please install the to ensure uploads and comments are reliably processed by Codecov.
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 64.42%. Comparing base (
9c4d4f5) to head (71896e3). Report is 1 commits behind head on main.
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
Additional details and impacted files
@@ Coverage Diff @@
## main #3863 +/- ##
=======================================
Coverage 64.42% 64.42%
=======================================
Files 381 381
Lines 20616 20616
=======================================
Hits 13281 13281
Misses 6044 6044
Partials 1291 1291
| Flag | Coverage Δ | |
|---|---|---|
| unittests | 64.42% <ø> (ø) |
Flags with carried forward coverage won't be shown. Click here to find out more.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Updated the debug.md as well as the make commands a little bit. Should be easier to read and use now.