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
Currently, we don't have great code coverage for streamalert cli code. It will only create more tech debt. Some point, we should enable code coverage report for streamalert_cli/, basically by removing following line from the setup.cfg. This change will require to add more unit test cases for code in streamalert_cli/ and it may be quite tedious.
Background
Currently, we don't have great code coverage for streamalert cli code. It will only create more tech debt. Some point, we should enable code coverage report for
streamalert_cli/
, basically by removing following line from thesetup.cfg
. This change will require to add more unit test cases for code instreamalert_cli/
and it may be quite tedious.streamalert/setup.cfg
Line 32 in f8a9da4
Desired Change
Enable code coverage report for
streamalert_cli/
directory and pass the CI.The text was updated successfully, but these errors were encountered: