-
Notifications
You must be signed in to change notification settings - Fork 18
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
Run CI on julia nightly only #143
Run CI on julia nightly only #143
Conversation
Codecov Report
@@ Coverage Diff @@
## master #143 +/- ##
===========================================
- Coverage 88.72% 76.09% -12.64%
===========================================
Files 13 13
Lines 878 937 +59
===========================================
- Hits 779 713 -66
- Misses 99 224 +125
Continue to review full report at Codecov.
|
JuliaLang/julia#44625 (comment) |
After every commit to master, but only after the tests complete and pass, plus some delay for AWS hosting to update.. it's a little hard to predict, and there's no way to query the nightly commit beyond running CI like this or downloading and installing them locally. Probably easiest to just retrigger this in the morning |
@chriselrod on a quick look it seems like the coverage diff might be real now? as in different code paths being hit on nightly? |
If that holds true, my motivation here is satisfied. i.e. coverage tracking is functional and a lot quicker. Who's a good person to decide how to tidy up the CI here to avoid duplication? I don't really know Octavian |
Testing along side #142 to see if codecov reports are the same as master when only julia nightly is tested