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

Fix conflicted alias name #236

Closed goccy closed 3 months ago

goccy commented 3 months ago

If there are same package name, build error occurs, so I add the suffix to package name to make unique name.

github-actions[bot] commented 3 months ago

Code Metrics Report

main (346ef10) #236 (6bf9d27) +/-
Coverage 65.5% 65.4% -0.0%
Code to Test Ratio 1:0.3 1:0.3 -0.0
Test Execution Time 7m11s 7m4s -7s
Details ``` diff | | main (346ef10) | #236 (6bf9d27) | +/- | |---------------------|----------------|----------------|-------| - | Coverage | 65.5% | 65.4% | -0.0% | | Files | 71 | 71 | 0 | | Lines | 11971 | 11983 | +12 | + | Covered | 7837 | 7842 | +5 | - | Code to Test Ratio | 1:0.3 | 1:0.3 | -0.0 | | Code | 37260 | 37275 | +15 | | Test | 12984 | 12984 | 0 | + | Test Execution Time | 7m11s | 7m4s | -7s | ```

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

Files Coverage +/-
generator/code_generator.go 79.0% -0.3%

Reported by octocov