Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Conversation

jrjohnson
Copy link
Contributor

If the formatter encounters an entry in the lcov report that does not exist in the file system it is skipped with a warning instead of dying with an exception.

In an ember-cli app the build step results in some files which do not exist in the source. These files end up with lcov entries, but should not result in breaking coverage reporting.

If the formatter encounters an entry in the lcov report that does not exist in the file system it is skipped with a warning instead of dying with an exception.
@jrjohnson
Copy link
Contributor Author

Anything I need to change to get this merged? This issue is currently preventing any users of ember-cli from using code climate for test coverage reporting.

@elwayman02
Copy link

👍 this change will unblock us from being unable to use codeclimate!

@elwayman02
Copy link

@jrjohnson it might be useful to still die with an exception if every file does not exist?

@gdiggs
Copy link
Contributor

gdiggs commented Jun 20, 2015

Looks good! Thank you!

gdiggs added a commit that referenced this pull request Jun 20, 2015
@gdiggs gdiggs merged commit db936d4 into codeclimate:master Jun 20, 2015
@jrjohnson jrjohnson deleted the skipmissingfiles branch June 20, 2015 15:47
@jrjohnson jrjohnson restored the skipmissingfiles branch June 22, 2015 07:34
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants