Skip to content

Modernize Rocket with tests, CI, and docs - #1

Merged
tompesman merged 2 commits into
developfrom
feature/improve-project
Jul 14, 2026
Merged

Modernize Rocket with tests, CI, and docs#1
tompesman merged 2 commits into
developfrom
feature/improve-project

Conversation

@tompesman

Copy link
Copy Markdown
Member

Summary

  • Adds a high-coverage unit test suite around configuration, request handling, response parsing, supervision, and the public Rocket.push/1 API.
  • Modernizes the codebase for Elixir 1.18.3 / OTP 26, replaces deprecated APIs, and normalizes request and response behavior.
  • Adds CI, coverage gating, documentation, and package metadata for the current maintenance phase.

Testing

  • Unit tests added for success and error paths across request, response, config, and GenStage flow.
  • Local verification passed with the coverage gate above 90% and the documentation build succeeding.

@tompesman
tompesman marked this pull request as ready for review July 14, 2026 07:06
@tompesman
tompesman merged commit de332e2 into develop Jul 14, 2026
2 checks passed
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