-
Notifications
You must be signed in to change notification settings - Fork 147
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
add ipython-profile support #266
base: master
Are you sure you want to change the base?
Conversation
woutervh
commented
Mar 13, 2023
- add ipython-profile support
* add ipython-profile support * add tests to fetch ipytohn_profiler from config --------- Co-authored-by: Wouter Vanden Hove <[email protected]>
Codecov ReportPatch coverage:
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more Additional details and impacted files@@ Coverage Diff @@
## master #266 +/- ##
==========================================
- Coverage 81.64% 81.02% -0.62%
==========================================
Files 7 7
Lines 512 564 +52
==========================================
+ Hits 418 457 +39
- Misses 94 107 +13
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
Thanks for this PR. |
* add ipython-profile support * add tests to fetch ipytohn_profiler from config * cleanup profile-tests --------- Co-authored-by: Wouter Vanden Hove <[email protected]>