Code that I'm not testing is being shown as covered with code coverage

I’m using ember-cli code coverage while testing my ember application. However when I run my tests and view the coverage, observers that I’m not testing are firing and thus being covered. What is the best way to prevent this?