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

Ensure simplecov starts before everything else #1036

Merged
merged 1 commit into from
Sep 8, 2016

Conversation

stevendanna
Copy link
Contributor

@stevendanna stevendanna commented Sep 8, 2016

Before this change, simplecov was reporting

1864 / 5198 LOC (35.86%) covered

After this change it is reporting

4131 / 5275 LOC (78.31%) covered.

Keeping the require at the top of the file ensure that simplecov is
loaded before any of our application code.

Before this change, simplecov was reporting

    1864 / 5198 LOC (35.86%) covered

After this change it is reporting

    4131 / 5275 LOC (78.31%) covered.

Keeping the require at the top of the file ensure that simplecov is
loaded before any of our application code.
@chris-rock
Copy link
Contributor

Thanks @stevendanna for finding that!

@chris-rock chris-rock merged commit c8f835a into master Sep 8, 2016
@chris-rock chris-rock deleted the ssd/code-coverage-fix branch September 8, 2016 20:49
@chris-rock chris-rock modified the milestone: 0.34.0 Sep 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants