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

Separate unit from integration tests for coverage calculation #1069

Open
rapala61 opened this issue Aug 7, 2018 · 0 comments
Open

Separate unit from integration tests for coverage calculation #1069

rapala61 opened this issue Aug 7, 2018 · 0 comments
Labels
on-boarding Good bug for introduction of the platform testing

Comments

@rapala61
Copy link
Contributor

rapala61 commented Aug 7, 2018

CHORE

Current Behavior

  • We currently include integration tests in the total test coverage %.

Desired Behavior

  • We should only count unit testing in the total test coverage %.

Why This Matters

Counting integration tests gives a false sense of security since it inflates the total test coverage % without really testing modules atomically.

@rapala61 rapala61 added testing on-boarding Good bug for introduction of the platform labels Aug 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
on-boarding Good bug for introduction of the platform testing
Development

No branches or pull requests

1 participant