Closed mkschleg closed 5 years ago
@mkschleg I believe that this issue is caused by a typo in your source code. Can you merge https://github.com/mkschleg/Reproduce.jl/pull/43 and see if this fixes your issue?
@mkschleg I looked at the Travis logs (https://travis-ci.com/mkschleg/Reproduce.jl/builds/135796854) for https://github.com/mkschleg/Reproduce.jl/pull/43.
The Travis logs seem to suggest that https://github.com/mkschleg/Reproduce.jl/pull/43 fixes this issue for you.
I am going to close this issue. Let me know if merging https://github.com/mkschleg/Reproduce.jl/pull/43 does not fix this issue for you.
Thanks for helping with this.
I'm running into the following error when using the function
process_folder()
both locally and when using travis using Coverage.jl v0.9.3. I'm not sure if I'm missing a step in the process, but I think I'm following the instructions in the README correctly.I'm creating the *.cov files through
Pkg.test("Reproduce", coverage=true)
if this matters.