[test] Enable code coverage report for StreamAlert CLI code
chunyong-lin opened this issue · 0 comments
chunyong-lin commented
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 the setup.cfg
. This change will require to add more unit test cases for code in streamalert_cli/
and it may be quite tedious.
Line 32 in f8a9da4
Desired Change
Enable code coverage report for streamalert_cli/
directory and pass the CI.