Skip to content

Conversation

@mishankov
Copy link
Member

No description provided.

@coveralls
Copy link

coveralls commented Nov 28, 2025

Pull Request Test Coverage Report for Build 19795758108

Details

  • 0 of 310 (0.0%) changed or added relevant lines in 5 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-5.4%) to 23.222%

Changes Missing Coverage Covered Lines Changed/Added Lines %
openapiserver/responsewriter.go 0 4 0.0%
openapiserver/group.go 0 10 0.0%
openapiserver/router.go 0 24 0.0%
openapiserver/handler.go 0 81 0.0%
openapiserver/converters.go 0 191 0.0%
Totals Coverage Status
Change from base Build 19288572099: -5.4%
Covered Lines: 356
Relevant Lines: 1533

💛 - Coveralls

The package has been renamed from
`github.com/platforma-dev/platforma/httpserver-v2` to
`github.com/platforma-dev/platforma/openapiserver`. All imports and type
references have been updated accordingly.
Uncomment and standardize Head, Post, Patch, Delete, Connect, Options,
and Trace handler functions to use consistent RequestType parameter.
The github.com/oaswrap/spec-ui dependency is now a direct requirement
instead of indirect. The router now serves OpenAPI documentation at the
configured spec and docs paths using the Scalar renderer.
The OpenAPI schema generation is no longer needed as the specification
is now handled through other means. The unused log import is also
removed.
The handler interface now includes a context parameter as the first
argument to all handler functions, enabling proper context propagation
throughout request handling.
Update log.Error calls to log.ErrorContext to include request context in
error messages for better traceability
@mishankov mishankov merged commit 204e483 into main Nov 30, 2025
4 checks passed
@mishankov mishankov deleted the httpserver-v2 branch November 30, 2025 07:45
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