mercari / grpc-federation

gRPC Federation generates a gRPC server by writing a custom option in Protocol Buffers
MIT License
318 stars 13 forks source link

Improve name resolution by cel.Container option #214

Closed goccy closed 3 months ago

goccy commented 3 months ago

Allow omitting one's own package prefix by cel.Container option

github-actions[bot] commented 3 months ago

Code Metrics Report

main (e070f88) #214 (07f0939) +/-
Coverage 65.0% 65.0% 0.0%
Code to Test Ratio 1:0.3 1:0.3 -0.0
Test Execution Time 7m2s 7m19s +17s
Details ``` diff | | main (e070f88) | #214 (07f0939) | +/- | |---------------------|----------------|----------------|------| | Coverage | 65.0% | 65.0% | 0.0% | | Files | 69 | 69 | 0 | | Lines | 11653 | 11653 | 0 | | Covered | 7571 | 7571 | 0 | - | Code to Test Ratio | 1:0.3 | 1:0.3 | -0.0 | | Code | 36893 | 36897 | +4 | | Test | 12598 | 12598 | 0 | - | Test Execution Time | 7m2s | 7m19s | +17s | ```

Code coverage of files in pull request scope (69.3% → 69.3%)

Files Coverage +/-
grpc/federation/cel.go 0.0% 0.0%
resolver/resolver.go 81.3% 0.0%

Reported by octocov