- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
combinatorics coverage #11804
combinatorics coverage #11804
Conversation
Thanks. Wouldn't it be more logical to use |
@nalimilan could you elaborate? how about testing both? |
Why not testing both, but |
@nalimilan I will change it according to your suggestions. Today I will try to set up my fork of Julia to work with Travis/CoverAlls. Since right now I don't get "immediate" feedback of whether a test actually covered some code-path or if it didn't. It seems that the Julia build-bots used for coverage are only run once or twice a day. That will make this quest easier! |
Another option is to learn to use the "manual"command line coverage tools, but for the moment I'd rather use CoverAlls, so I can keep focusing in learning |
@nalimilan Is this correct? |
Looks good to me. AppVeyor failure is unrelated, I don't think it's worth restarting it. @tkelman Is it fine with you? |
Oh, and could you squash the commits? |
@nalimilan squashing done! |
cancelled appveyor, it will probably time out due to #11818 - we can restart the build later if that gets fixed, though there's likely to be a worse-than-usual backlog for the next few days |
I would just merge it, I don't see why it would fail on AppVeyor and not on Travis. |
Test next for zero length permutation.