-
Notifications
You must be signed in to change notification settings - Fork 9
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
Only process and upload code coverage results in two configurations. #152
Conversation
To wait for both uploads to process before reporting statuses to avoid transient x's
We upload somewhere between 10 and 100 builds... |
I sure do wish there was an easier way to find out how many |
15 |
Which is the number of matrix entries; looks like the if is broken |
Looks great! Can confirm 2 uploads, and when watching the checks roll in I never saw the codecov checks until both min/x64/ubuntu and 1/x86/ubuntu had finished. The drop in coverage is likely due to changes in how lines are counted as "lines of code" or not in various versions of Julia. The diff is 3 lines that were previously "covered" are now untracked. |
We should cover everything in one of these two cases.