-
Notifications
You must be signed in to change notification settings - Fork 6
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
Tests fail on Ubuntu 14.04 LTS #3
Comments
Yeah, running tests is kind of not ideal right now because coverage hard-codes the file paths for the To make the tests really portable, we would probably need to generate this file before running tests which would add another unknown though. Not sure if there is a better way. |
We could generate the file in a well-defined location (like ~/.coverage, or /tmp/ocular-coverage) and then move the coverage file there in the test setup? |
Yeah, sounds good. Would you like to give this a try? On Wed, Aug 6, 2014 at 2:25 PM, Michael Joseph [email protected]
|
Sure, what tests do you use to generate that test coverage file? |
Right now, this is from the main project. It would probably make sense to embed a small test project through to add more stability when generating it. |
The text was updated successfully, but these errors were encountered: