-
Notifications
You must be signed in to change notification settings - Fork 44.5k
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
Simple proof-of-concept: sympy command inspired by RFE talks on github #4143
Simple proof-of-concept: sympy command inspired by RFE talks on github #4143
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #4143 +/- ##
==========================================
- Coverage 60.99% 60.98% -0.02%
==========================================
Files 73 74 +1
Lines 3310 3324 +14
Branches 542 544 +2
==========================================
+ Hits 2019 2027 +8
- Misses 1152 1158 +6
Partials 139 139
☔ View full report in Codecov by Sentry. |
This pull request has conflicts with the base branch, please resolve those so we can evaluate the pull request. |
NOTE: people wanting to play with this: this requires a docker update/rebuild, because it adds a new lib to requirements.txt
PS: Sorry about all those DRAFT PRs - I am just in the process of trying to get the hang of how this stuff works, and I was thinking that these PRs might help others wanting to make head and tails of the whole project, i.e. to learn how to add new functionality (using black, isort to keep the CI pipeline green etc).
Like I said elsewhere, I would normally add these things to the wiki, but seem to be lacking access to do so - so this is kinda the compromise now, and maybe this way it will be of use to others - who knows
Background
Changes
Documentation
Test Plan
PR Quality Checklist