-
Notifications
You must be signed in to change notification settings - Fork 10
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
CI: test with GAP 4.13; test with mininimal set of packages loaded #264
Conversation
The failure is due to a genuine issue: you use |
We have added Digraphs to needed packages |
OK that's a bit better but the tests still report issues when loading this package using the First there are warnings:
Then when running the tests an actual error:
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #264 +/- ##
==========================================
- Coverage 78.30% 77.56% -0.74%
==========================================
Files 61 61
Lines 16942 16706 -236
==========================================
- Hits 13266 12958 -308
- Misses 3676 3748 +72 |
Note that there is a failure here in GAP 4.11. On the surface this might be due to the digraphs & grape versions back then being less compatible, so the order in which they are loaded matters... One simple fix would be to just require GAP >= 4.12 ? |
No description provided.