Skip to content

Conversation

@torcolvin
Copy link
Collaborator

Remove unused gocov

This will need to be backported to any branch that needs go 1.25 or later. gocov is unnecessary since our jenkins upgrade 2c5d56b but I did not remove from the integration code, only the jenkinsfile. This was an oversight.

Verify https://jenkins.sgwdev.com/job/SyncGatewayIntegration/205/ has coverage you expect, this is only the auth package.

Removed test_with_coverage.sh since I felt that it had more misleading calls than helpful calls.

Pre-review checklist

  • Removed debug logging (fmt.Print, log.Print, ...)
  • Logging sensitive data? Make sure it's tagged (e.g. base.UD(docID), base.MD(dbName))
  • Updated relevant information in the API specifications (such as endpoint descriptions, schemas, ...) in docs/api

Integration Tests

@torcolvin torcolvin requested review from bbrks and Copilot and removed request for Copilot December 23, 2025 15:54
@bbrks bbrks enabled auto-merge (squash) December 23, 2025 16:01
@bbrks bbrks merged commit 5aa5409 into main Dec 23, 2025
25 of 26 checks passed
@bbrks bbrks deleted the remove-gocov branch December 23, 2025 16:03
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.

3 participants