Closed jtduffy closed 5 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 70.69%. Comparing base (
b582130
) to head (ea1ae83
). Report is 9 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Overview
Resolves #1884 Refactor of the
ClearExpiredLogsRunnable
constructor to remove the Path param. Uses an alternative method for grabbing the log file name and path.Update tests.
Testing
The agent includes a suite of tests which should be used to verify your changes don't break existing functionality. These tests will run with Github Actions when a pull request is made. More details on running the tests locally can be found here,
Checks