dynatrace-operator icon indicating copy to clipboard operation
dynatrace-operator copied to clipboard

Add debug documentation and make commands for easier debugging

Open gkrenn opened this issue 1 year ago • 1 comments

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.

Jira

How can this be tested?

Try to follow the guide and start debugging.

gkrenn avatar Sep 30 '24 14:09 gkrenn

:warning: Please install the 'codecov app svg image' 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.

codecov-commenter avatar Sep 30 '24 14:09 codecov-commenter

Updated the debug.md as well as the make commands a little bit. Should be easier to read and use now.

gkrenn avatar Oct 15 '24 15:10 gkrenn