Skip to content

[readme] fix badges in the README.md file #22

[readme] fix badges in the README.md file

[readme] fix badges in the README.md file #22

GitHub Actions / Test Results succeeded Sep 26, 2024 in 0s

All 17 tests pass in 5s

17 tests  ±0   17 ✅ ±0   5s ⏱️ -1s
 5 suites ±0    0 💤 ±0 
 5 files   ±0    0 ❌ ±0 

Results for commit d80664a. ± Comparison against earlier commit 0cf8922.

Annotations

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

17 tests found

There are 17 tests, see "Raw output" for the full list of tests.
Raw output
com.frogdevelopment.micronaut.gateway.grpc.GrpcGatewayIntegrationTest ‑ should_proxy_BIDI_STREAMING()
com.frogdevelopment.micronaut.gateway.grpc.GrpcGatewayIntegrationTest ‑ should_proxy_CLIENT_STREAMING()
com.frogdevelopment.micronaut.gateway.grpc.GrpcGatewayIntegrationTest ‑ should_proxy_SERVER_STREAMING()
com.frogdevelopment.micronaut.gateway.grpc.GrpcGatewayIntegrationTest ‑ should_proxy_UNARY()
com.frogdevelopment.micronaut.gateway.http.direct.DirectApiFilterIntegrationTest ‑ should_proxy_when_filterMatches(WireMockRuntimeInfo)
com.frogdevelopment.micronaut.gateway.http.direct.DirectApiFilterIntegrationTest ‑ should_return_NOT_FOUND_when_filterDoesNotMatch()
com.frogdevelopment.micronaut.gateway.http.routed.RoutedApiFilterIntegrationTest ‑ should_proxy_when_filterMatches_for_service(WireMockRuntimeInfo)
com.frogdevelopment.micronaut.gateway.http.routed.RoutedApiFilterIntegrationTest ‑ should_proxy_when_filterMatches_for_uri(WireMockRuntimeInfo)
com.frogdevelopment.micronaut.gateway.http.routed.RoutedApiFilterIntegrationTest ‑ should_return_NOT_FOUND_when_filterDoesNotMatch()
com.frogdevelopment.micronaut.gateway.http.routed.validation.validator.UniqueRoutesValidatorTest ‑ should_return_false_when_empty()
com.frogdevelopment.micronaut.gateway.http.routed.validation.validator.UniqueRoutesValidatorTest ‑ should_return_false_when_invalid()
com.frogdevelopment.micronaut.gateway.http.routed.validation.validator.UniqueRoutesValidatorTest ‑ should_return_false_when_null()
com.frogdevelopment.micronaut.gateway.http.routed.validation.validator.UniqueRoutesValidatorTest ‑ should_return_true_when_valid()
com.frogdevelopment.micronaut.gateway.http.routed.validation.validator.ValidGatewayRouteValidatorTest ‑ should_return_constraintViolations_when_both_serviceId_and_uri_areSet()
com.frogdevelopment.micronaut.gateway.http.routed.validation.validator.ValidGatewayRouteValidatorTest ‑ should_return_constraintViolations_when_empty()
com.frogdevelopment.micronaut.gateway.http.routed.validation.validator.ValidGatewayRouteValidatorTest ‑ should_return_constraintViolations_when_uri_invalid()
com.frogdevelopment.micronaut.gateway.http.routed.validation.validator.ValidGatewayRouteValidatorTest ‑ should_return_emptyConstraintViolations_when_valid()