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

Cleanup git module #963

Merged
merged 3 commits into from
Jan 18, 2024
Merged

Cleanup git module #963

merged 3 commits into from
Jan 18, 2024

Conversation

bjoernricks
Copy link
Contributor

What

Cleanup git module

Why

Make it obvious what's part of the pontos.git API and which parts are considered private.

Checklist

  • Tests

All git related classes should be imported from `pontos.git`. Other
classes, modules, functions, variables, ... not imported into
`pontos.git` are considered private.
The `pontos.git.git` module should not be considered as a public API of
pontos. Therefore rename it to `pontos.git._git` to user Python naming
convention to mark it as a private module.
The `pontos.git.status` module should not be considered as a public API of
pontos. Therefore rename it to `pontos.git._status` to user Python naming
convention to mark it as a private module.
@bjoernricks bjoernricks requested a review from a team as a code owner January 18, 2024 13:28
@bjoernricks bjoernricks enabled auto-merge (rebase) January 18, 2024 13:28
Copy link

Conventional Commits Report

Type Number
Changed 2
Added 1

🚀 Conventional commits found.

@bjoernricks bjoernricks merged commit db91dbe into main Jan 18, 2024
18 checks passed
@bjoernricks bjoernricks deleted the cleanup-git-module branch January 18, 2024 13:30
Copy link

codecov bot commented Jan 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (6aefbab) 90.66% compared to head (24cee8a) 90.66%.
Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #963      +/-   ##
==========================================
- Coverage   90.66%   90.66%   -0.01%     
==========================================
  Files          97       97              
  Lines        6833     6832       -1     
  Branches      976      976              
==========================================
- Hits         6195     6194       -1     
  Misses        438      438              
  Partials      200      200              

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

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

Successfully merging this pull request may close these issues.

2 participants