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

Refactor 2023 #294

Merged
merged 1 commit into from
Mar 22, 2023
Merged

Refactor 2023 #294

merged 1 commit into from
Mar 22, 2023

Conversation

frenck
Copy link
Owner

@frenck frenck commented Mar 22, 2023

Proposed Changes

Refactor the library, including:

  • Python 3.11 support (in CI)
  • Drops support for Python 3.8 & 3.9
  • Extends test coverage to 100%
  • Replaces a lot of tooling with Ruff
  • Configures Renovate to handle dependencies
  • Adds SonarCloud
  • New example added
  • Many other small general cleanups

@frenck frenck added breaking-change A breaking change for existing users. refactor Improvement of existing code, not introducing new features. major This PR causes a major version bump in the version number. labels Mar 22, 2023
@codecov-commenter
Copy link

codecov-commenter commented Mar 22, 2023

Codecov Report

Merging #294 (74f9fad) into main (7fb038b) will increase coverage by 2.72%.
The diff coverage is 100.00%.

@@             Coverage Diff             @@
##             main      #294      +/-   ##
===========================================
+ Coverage   97.27%   100.00%   +2.72%     
===========================================
  Files           4         4              
  Lines         110       115       +5     
  Branches        8         9       +1     
===========================================
+ Hits          107       115       +8     
+ Misses          2         0       -2     
+ Partials        1         0       -1     
Impacted Files Coverage Δ
src/pvo/__init__.py 100.00% <100.00%> (ø)
src/pvo/models.py 100.00% <100.00%> (ø)
src/pvo/pvoutput.py 100.00% <100.00%> (+5.66%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@frenck frenck force-pushed the frenck-2023-0529 branch from d7afa43 to 74f9fad Compare March 22, 2023 10:31
@frenck frenck merged commit b438c52 into main Mar 22, 2023
@frenck frenck deleted the frenck-2023-0529 branch March 22, 2023 10:38
@github-actions github-actions bot locked and limited conversation to collaborators Mar 24, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
breaking-change A breaking change for existing users. major This PR causes a major version bump in the version number. refactor Improvement of existing code, not introducing new features.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants