-
Notifications
You must be signed in to change notification settings - Fork 33
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
Re-cookiecut: implement codecov, install pdffit2 rc, limit to py3.12 #235
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #235 +/- ##
===========================================
+ Coverage 55.86% 95.11% +39.25%
===========================================
Files 96 23 -73
Lines 11202 1126 -10076
===========================================
- Hits 6258 1071 -5187
+ Misses 4944 55 -4889 |
run: | | ||
conda install --file requirements/test.txt | ||
conda install wxpython diffpy.utils matplotlib-base | ||
pip install diffpy.pdffit2==1.4.4rc6 |
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.
Since we are testing pdfgui
with pdffit rc
, we conda install wxpython
, diffpy.utils
, and matplotlib-base
and then we pip install pdffit2 rc
Once we have pdfgui tested with pdffit2 rc
, we could try to find an approach to use the reusable workflow? @sbillinge
Nice! |
Closes #232 - add codecov report in PR
Closes #231 - implement codespell
Closes #230 - add
requires-python
inpyproject.toml
Closes #236 - fix spelling suggested by Codespell