Skip to content

chore: add README badges and expand unit test coverage#60

Merged
reyortiz3 merged 2 commits intomainfrom
chore/add-badges-and-unit-tests
Mar 9, 2026
Merged

chore: add README badges and expand unit test coverage#60
reyortiz3 merged 2 commits intomainfrom
chore/add-badges-and-unit-tests

Conversation

@reyortiz3
Copy link
Contributor

Summary

  • Add release, CI, Coveralls, license, and stars badges to README.md
  • Expand unit test coverage across cel, registry/types, and container/verifier packages

Changes

README

  • Added shields.io badges for release version, CI status, Coveralls coverage, Apache 2.0 license, and GitHub stars

Test coverage additions

  • cel: table-driven tests for Engine.WithMaxExpressionLength and Engine.WithCostLimit
  • registry/types: Validate method tests for Registry, UpstreamRegistry, ServerExtensions, and Skill structs
  • container/verifier: new test file covering New and WithKeychain
  • registry/types: new test file covering registry YAML unmarshaling and accessor methods

Test plan

  • task test passes with no regressions
  • New tests cover happy paths and error cases
  • All new test files include SPDX license headers

🤖 Generated with Claude Code

reyortiz3 and others added 2 commits March 9, 2026 19:13
- Add release, CI, Coveralls, license, and stars badges to README.md
- Add tests for Engine.WithMaxExpressionLength and Engine.WithCostLimit in cel package
- Add Validate method tests for Registry, UpstreamRegistry, ServerExtensions, and Skill types
- Add unit tests for container/verifier package (New, WithKeychain) and registry/types accessors

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@reyortiz3 reyortiz3 merged commit baf73a7 into main Mar 9, 2026
5 checks passed
@reyortiz3 reyortiz3 deleted the chore/add-badges-and-unit-tests branch March 9, 2026 23:23
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.

2 participants