We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
At Thredded, we use SimpleCov and run rspec 3 times with different SimpleCov.command_name.
SimpleCov.command_name
SimpleCov reports the coverage correctly:
Coverage report generated for test:js, test:migrations, test:nojs to /home/travis/build/thredded/thredded/coverage. 3584 / 3805 LOC (94.19%) covered.
However, CodeClimate doesn't seem to merge this correctly, as coverage shows up as 76%.
Example job: https://travis-ci.org/thredded/thredded/jobs/485054771 Configuration: https://github.com/thredded/thredded/blob/1fc37b67c4dfcd3d54b7f94268f79fc41e96035d/.travis.yml#L52-L65
The text was updated successfully, but these errors were encountered:
eutopian
No branches or pull requests
At Thredded, we use SimpleCov and run rspec 3 times with different
SimpleCov.command_name
.SimpleCov reports the coverage correctly:
However, CodeClimate doesn't seem to merge this correctly, as coverage shows up as 76%.
Example job: https://travis-ci.org/thredded/thredded/jobs/485054771
Configuration: https://github.com/thredded/thredded/blob/1fc37b67c4dfcd3d54b7f94268f79fc41e96035d/.travis.yml#L52-L65
The text was updated successfully, but these errors were encountered: