Closed goccy closed 5 months ago
main (dfe01be) | #202 (707a0d2) | +/- | |
---|---|---|---|
Coverage | 65.2% | 65.1% | -0.1% |
Code to Test Ratio | 1:0.3 | 1:0.3 | -0.0 |
Test Execution Time | 7m16s | 6m56s | -20s |
Files | Coverage | +/- |
---|---|---|
grpc/federation/cel/enum.go | 50.7% | -4.1% |
resolver/error.go | 63.6% | 0.0% |
resolver/resolver.go | 82.0% | -0.2% |
Reported by octocov
main (dfe01be) | #202 (bb340ea) | +/- | |
---|---|---|---|
Coverage | 65.2% | 65.1% | -0.0% |
Code to Test Ratio | 1:0.3 | 1:0.3 | -0.0 |
Test Execution Time | 7m16s | 7m3s | -13s |
Files | Coverage | +/- |
---|---|---|
grpc/federation/cel/enum.go | 50.7% | -4.1% |
resolver/error.go | 63.6% | 0.0% |
resolver/resolver.go | 82.2% | +0.0% |
Reported by octocov
As a result of processing all enum values as
opaque<int>
, it was found that type errors occur when trying to create a message within a CEL expression using those values.This behavior was unintended, so we will revert to processing them as int as before and convert them to
opaque<int>
only when necessary.