Skip to content

ci: report rsync test coverage#1473

Merged
oferchen merged 1 commit into
mainfrom
codex/extend-ci-for-rsync-related-tests
Aug 27, 2025
Merged

ci: report rsync test coverage#1473
oferchen merged 1 commit into
mainfrom
codex/extend-ci-for-rsync-related-tests

Conversation

@oferchen

Copy link
Copy Markdown
Owner

Summary

  • run rsync-tagged tests with coverage
  • upload rsync coverage artifacts
  • document running rsync-tag tests locally

Testing

  • go build ./...
  • go test -coverprofile=coverage.out ./...
  • go test -tags rsync -coverprofile=coverage-rsync.out ./...
  • go tool cover -func=coverage.out | tail -n 1
  • go tool cover -func=coverage-rsync.out | tail -n 1
  • golangci-lint run (fails: 495 issues)

https://chatgpt.com/codex/tasks/task_e_68af493e5c608323b2b753f8ebc3524e

@oferchen oferchen merged commit 12f8730 into main Aug 27, 2025
3 of 14 checks passed
@oferchen oferchen deleted the codex/extend-ci-for-rsync-related-tests branch August 27, 2025 18:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant