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

chore: Change develop to main for a main branch #16812

Draft
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

mishomihov00
Copy link
Contributor

Description:

Change develop to main for a main branch

Related issue(s):

Fixes #16807

Notes for reviewer:

Checklist

  • Documented (Code comments, README, etc.)
  • Tested (unit, integration, etc.)

@mishomihov00 mishomihov00 linked an issue Nov 27, 2024 that may be closed by this pull request
@mishomihov00 mishomihov00 added this to the v0.58 milestone Nov 28, 2024
@mishomihov00 mishomihov00 self-assigned this Nov 28, 2024
Signed-off-by: Mihail Mihov <[email protected]>
Copy link

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.09% (target: -1.00%) 0.00%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (0c23fbb) 97522 63622 65.24%
Head commit (e36b061) 97519 (-3) 63703 (+81) 65.32% (+0.09%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#16812) 1 0 0.00%

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more

Copy link

codecov bot commented Nov 28, 2024

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 63.62%. Comparing base (0c23fbb) to head (e36b061).
Report is 4 commits behind head on develop.

Files with missing lines Patch % Lines
...irlds/platform/cli/JrsTestReaderReportCommand.java 0.00% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@              Coverage Diff              @@
##             develop   #16812      +/-   ##
=============================================
+ Coverage      63.53%   63.62%   +0.08%     
- Complexity     20372    20405      +33     
=============================================
  Files           2537     2537              
  Lines          94757    94754       -3     
  Branches        9904     9904              
=============================================
+ Hits           60206    60287      +81     
+ Misses         30946    30861      -85     
- Partials        3605     3606       +1     
Files with missing lines Coverage Δ
.../common/wiring/model/diagram/HyperlinkBuilder.java 86.66% <ø> (ø)
...irlds/platform/cli/JrsTestReaderReportCommand.java 0.00% <0.00%> (ø)

... and 16 files with indirect coverage changes

Impacted file tree graph

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.

Prepare migration of default branch from develop to main
1 participant