-
Notifications
You must be signed in to change notification settings - Fork 87
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
[MRG] add CSS to truncate long version string #1206
Conversation
Hello! 👋 Thanks for opening your first pull request here! ❤️ We will try to get back to you soon. 🚴🏽♂️ |
Doc build is failing with
I'll push the changelog entry but @sappelhoff can you take over here? |
I can fix the issue |
Fixes packaging bug introduced in mne-tools#12269 Addresses the issues raised in: mne-tools/mne-bids-pipeline#825 (comment) mne-tools/mne-bids#1206 (comment) Ultimately, we should start testing the installed package(s), not simply fire up the tests from the root of the checked-out repo.
Sure, I opened mne-tools/mne-python#12280 which will hopefully at least set up CIs to show the problem |
Fixes packaging bug introduced in mne-tools#12269 Addresses the issues raised in: mne-tools/mne-bids-pipeline#825 (comment) mne-tools/mne-bids#1206 (comment) Ultimately, we should start testing the installed package(s), not simply fire up the tests from the root of the checked-out repo.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks Dan! Waiting for the other bug to be fixed to check out how this looks.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1206 +/- ##
=======================================
Coverage 97.61% 97.61%
=======================================
Files 40 40
Lines 8685 8685
=======================================
Hits 8478 8478
Misses 207 207 ☔ View full report in Codecov by Sentry. |
here's the rendered doc: https://output.circle-artifacts.com/output/job/a36b9461-2f17-4d84-ba0a-70d85c36c8cd/artifacts/0/dev/index.html codecov failure seems spurious. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wonderful, thanks a ton @drammock!
codecov failure seems spurious.
yes, we do get these spurious analyses a lot, we should look into it.
🎉 Congrats on merging your first pull request! 🥳 Looking forward to seeing more from you in the future! 💪 |
PR Description
closes #1205 by truncating long version strings (with
text-overflow: ellipsis
)Merge checklist
Maintainer, please confirm the following before merging.
If applicable: