Skip to content

Miscellaneous CI and Solution enhancements#269

Merged
rkingsbury merged 11 commits intomainfrom
bugfix
Aug 7, 2025
Merged

Miscellaneous CI and Solution enhancements#269
rkingsbury merged 11 commits intomainfrom
bugfix

Conversation

@rkingsbury
Copy link
Copy Markdown
Member

@rkingsbury rkingsbury commented Aug 7, 2025

@codecov
Copy link
Copy Markdown

codecov bot commented Aug 7, 2025

Codecov Report

❌ Patch coverage is 72.72727% with 3 lines in your changes missing coverage. Please review.
✅ Project coverage is 81.90%. Comparing base (976167d) to head (e6dde9d).
⚠️ Report is 5 commits behind head on main.

Files with missing lines Patch % Lines
src/pyEQL/solution.py 72.72% 3 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main     #269   +/-   ##
=======================================
  Coverage   81.90%   81.90%           
=======================================
  Files           9        9           
  Lines        1503     1503           
  Branches      261      261           
=======================================
  Hits         1231     1231           
  Misses        226      226           
  Partials       46       46           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

CI tests periodically fail with a EOFError: ran out of input, which seems to be related
to running them in parallel. The loadscope option guarantees that all tests from a
single module (or class) are sent to the same worker, which may help mitigate the issue
@rkingsbury rkingsbury changed the title Miscellaneous enhancements Miscellaneous CI and Solution enhancements Aug 7, 2025
@rkingsbury rkingsbury merged commit fe23635 into main Aug 7, 2025
2 of 15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

1 participant