airbnb/streamalert

[test] Enable code coverage report for StreamAlert CLI code

chunyong-lin opened this issue · 0 comments

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.

omit=streamalert_cli/*

Desired Change

Enable code coverage report for streamalert_cli/ directory and pass the CI.