-
Notifications
You must be signed in to change notification settings - Fork 68
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
Error running coverage test on travis #264
Comments
This is almost always indicative of a syntax error in your package. What is the package that you are testing? I can take a look. |
It's a private Package sadly, but I'm guessing it's from one of the files in my archive folder. Is there a way to add a ignore to certain files? |
Not yet. See JuliaCI/CoverageTools.jl#33 Can you fix the syntax error in the file? It looks like The other option is to rename the file from |
Fixed all those syntax errors and it works like a charm! |
Hey all, I am getting this error on Travis:
Has anyone seen this or know what do do? My coverage tests pass locally when I run
Pkg.test("MyPkg", coverage=true)
The text was updated successfully, but these errors were encountered: