You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
feature/298-flag-disable-file-generation (#324)
* Feature-298: Flag to Disable File Generation
* Feature-298: Flag to Disable File Generation
* Rename flag to suppress-logs
* Fix bug in CoverAgent
* Add files creation suppression logic
* Improve logger usage in classes
* Refactor CustomLogger
* Fix failing test test_main_test_file_not_found
* Extend tests to check if suppress-logs passed or not
* Add file logger test for CustomLogger
* Add log level handling and tests
* Remove get log_level from env var
* Rename suppress-logs to suppress-log-files
* Apply review suggestion for log suppression description
* Improve tests integration scripts
* Remove .coveragerc file due to side effects
---------
Co-authored-by: akashjainwork <[email protected]>