Skip to content

demo inconsistency#1

Open
szmglh wants to merge 1 commit into
mainfrom
test
Open

demo inconsistency#1
szmglh wants to merge 1 commit into
mainfrom
test

Conversation

@szmglh
Copy link
Copy Markdown
Contributor

@szmglh szmglh commented May 20, 2026

$ cs delta
Performing delta analysis on uncommitted changes.
Both staged and non-staged changed are included.

No issues found!
$ cs delta origin/main
Performing delta analysis between origin/main and test.
Any uncommitted changes are also included.

No issues found!
$ cs version
cs version 1.0.28 (0f50d883b976c66ab81681f4c3b5952f7c16ba87)
Built on Mac OS X aarch64 at 2026-05-12
codescene_test git:(main) $ cs review store_test.go

Overall code health score: 10.0 ✅

codescene_test git:(main) $ git co -
Switched to branch 'test'
Your branch is up to date with 'origin/test'.
codescene_test git:(test) $ cs review store_test.go

Overall code health score: 8.03 💡

  🚩 Issue: Low Cohesion
     Functions:

$ cs delta
Performing delta analysis on uncommitted changes.
Both staged and non-staged changed are included.

No issues found!

$ cs version
cs version 1.0.28 (0f50d883b976c66ab81681f4c3b5952f7c16ba87)
Built on Mac OS X aarch64 at 2026-05-12
@szmglh szmglh marked this pull request as draft May 20, 2026 14:08
@szmglh szmglh marked this pull request as ready for review May 20, 2026 14:08
@szmglh szmglh closed this May 20, 2026
@szmglh szmglh reopened this May 20, 2026
Copy link
Copy Markdown

@codescene-delta-analysis codescene-delta-analysis Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Gates Failed
Prevent hotspot decline (1 hotspot with Low Cohesion)
Enforce critical code health rules (1 file with Low Cohesion)

Gates Passed
1 Quality Gates Passed

See analysis details in CodeScene

Reason for failure
Prevent hotspot decline Violations Code Health Impact
store_test.go 1 rule in this hotspot 10.00 → 8.03 Suppress
Enforce critical code health rules Violations Code Health Impact
store_test.go 1 critical rule 10.00 → 8.03 Suppress

Quality Gate Profile: Clean Code Collective
Install CodeScene MCP: safeguard and uplift AI-generated code. Catch issues early with our IDE extension and CLI tool.

Comment thread store_test.go
}

func TestJobQueriesIncludeCoverageAndTimelinessMetrics(t *testing.T) {
func TestListJobsQueryMatchesJobsPageSummaryQuery(t *testing.T) {
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❌ New issue: Low Cohesion
This module has at least 16 different responsibilities amongst its 27 functions, threshold = 3

Suppress

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