-
Notifications
You must be signed in to change notification settings - Fork 7
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
Use tracefiles for coverage #49
Conversation
681c503
to
a4f0378
Compare
For clarification: This uses a single |
I recommend not using |
I forgot to mention it won't work on 1.6, so you may want to pass |
444288a
to
e9971cb
Compare
Yeah, I've been trying that, but Github apparently doesn't allow using |
7a38480
to
1baf392
Compare
Well, splitting it into two jobs ( I'm going to get rid of macOS testing, too. It fails (hangs) about 10% of the time, and it's really not necessary. First, I'm developing on macOS, so it's getting plenty of testing. Second, I've never seen something work on Linux and fail on macOS. |
589e281
to
91882e5
Compare
ef0a1ec
to
d192690
Compare
This is to avoid `.cov` files cluttering the src directory.
This should make `Pkg.test()` / `PkgEval` happy. See #50
This is to avoid
.cov
files cluttering the src directory.I'm opening this PR to test how it runs in the CI and whether the coverage information is correctly submitted to Codecov