Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[test] Enable code coverage report for StreamAlert CLI code #1187

Open
chunyong-lin opened this issue Mar 12, 2020 · 0 comments
Open

[test] Enable code coverage report for StreamAlert CLI code #1187

chunyong-lin opened this issue Mar 12, 2020 · 0 comments

Comments

@chunyong-lin
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant