Skip to content

feat: replace "develop" non-branch name with "main" - #185

Open
sitepark-schaeper wants to merge 2 commits into
mainfrom
feature/replace_develop_with_main
Open

feat: replace "develop" non-branch name with "main"#185
sitepark-schaeper wants to merge 2 commits into
mainfrom
feature/replace_develop_with_main

Conversation

@sitepark-schaeper

Copy link
Copy Markdown
Member

the branch-name "develop" for non-feature-branches origins from an old git workflow that we no longer use. the appropriate value to change it to would be "main" as that is the git-branch that has replaced it.

"develop" variants of constants and methods have been kept but deprecated with the intention to remove them in a later major version.

this tries to keep compatibility as much as possible - the only exception is the return value of toString() methods.

@sitepark-schaeper sitepark-schaeper self-assigned this Aug 5, 2026
@github-actions

github-actions Bot commented Aug 5, 2026

Copy link
Copy Markdown

Unit Test Results

190 tests   190 ✔️  0s ⏱️
  12 suites      0 💤
  12 files        0

Results for commit fdc4f98.

@codecov

codecov Bot commented Aug 5, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 70.96774% with 9 lines in your changes missing coverage. Please review.
✅ Project coverage is 62.94%. Comparing base (36c6c03) to head (fdc4f98).
⚠️ Report is 3 commits behind head on main.

Files with missing lines Patch % Lines
.../com/sitepark/versioning/version/VersionTypes.java 58.82% 7 Missing ⚠️
src/main/java/com/sitepark/versioning/Branch.java 83.33% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main     #185      +/-   ##
============================================
- Coverage     63.03%   62.94%   -0.10%     
- Complexity      425      429       +4     
============================================
  Files            40       40              
  Lines          1550     1557       +7     
  Branches        250      253       +3     
============================================
+ Hits            977      980       +3     
- Misses          453      455       +2     
- Partials        120      122       +2     

☔ View full report in Codecov by Harness.
📢 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.

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.

1 participant