Skip to content
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

WIP: refresh ci #10

Merged
merged 4 commits into from
Nov 29, 2023
Merged

WIP: refresh ci #10

merged 4 commits into from
Nov 29, 2023

Conversation

justindujardin
Copy link
Member

@justindujardin justindujardin commented Nov 29, 2023

Update the continuous integration setup for late 2023.

  • add a cron job to the build so we know if new packages/pythons break the build early
  • remove pydantic (cool library, not utilized here) from dependencies
  • fix type errors from newer versions of our static analysis tools
  • add basic instructions on setting up a local dev environment and running the tests

Copy link

codecov bot commented Nov 29, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (a909879) 88.64% compared to head (66c983f) 88.65%.
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #10   +/-   ##
=======================================
  Coverage   88.64%   88.65%           
=======================================
  Files          21       21           
  Lines        2518     2520    +2     
=======================================
+ Hits         2232     2234    +2     
  Misses        286      286           

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

 - let's find out early if there are problems with new package/python versions
- it's a great library, but we don't need it here. a dataclass will be just fine.

BREAKING CHANGE: MathyTermTemplate is no longer a pydantic model. It's now a dataclass
@justindujardin justindujardin added the documentation Improvements or additions to documentation label Nov 29, 2023
@justindujardin justindujardin merged commit 366d1b6 into master Nov 29, 2023
3 checks passed
@justindujardin justindujardin deleted the refresh branch November 29, 2023 19:20
Copy link

🎉 This PR is included in version 0.9.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant