Closed goccy closed 3 months ago
main (4b71a55) | #227 (e99efb6) | +/- | |
---|---|---|---|
Coverage | 65.4% | 65.5% | +0.1% |
Code to Test Ratio | 1:0.4 | 1:0.4 | -0.0 |
Test Execution Time | 7m8s | 7m9s | +1s |
Files | Coverage | +/- |
---|---|---|
resolver/def.go | 93.7% | -0.4% |
resolver/graph.go | 87.9% | +1.2% |
Reported by octocov
main (4b71a55) | #227 (4fc6ea5) | +/- | |
---|---|---|---|
Coverage | 65.4% | 65.4% | -0.0% |
Code to Test Ratio | 1:0.4 | 1:0.3 | -0.0 |
Test Execution Time | 7m8s | 6m59s | -9s |
Files | Coverage | +/- |
---|---|---|
grpc/federation/cel.go | 0.0% | 0.0% |
resolver/def.go | 93.7% | -0.4% |
resolver/graph.go | 87.9% | +1.2% |
Reported by octocov
main (4b71a55) | #227 (dcbcba8) | +/- | |
---|---|---|---|
Coverage | 65.4% | 65.4% | -0.0% |
Code to Test Ratio | 1:0.4 | 1:0.3 | -0.0 |
Test Execution Time | 7m8s | 7m6s | -2s |
Files | Coverage | +/- |
---|---|---|
grpc/federation/cel.go | 0.0% | 0.0% |
resolver/def.go | 93.7% | -0.4% |
resolver/graph.go | 87.9% | +1.2% |
Reported by octocov
main (4b71a55) | #227 (dcc9842) | +/- | |
---|---|---|---|
Coverage | 65.4% | 65.4% | -0.1% |
Code to Test Ratio | 1:0.4 | 1:0.3 | -0.0 |
Test Execution Time | 7m8s | 6m56s | -12s |
Files | Coverage | +/- |
---|---|---|
grpc/federation/cel.go | 0.0% | 0.0% |
resolver/def.go | 93.7% | -0.4% |
resolver/graph.go | 87.9% | +1.2% |
resolver/resolver.go | 81.7% | -0.1% |
Reported by octocov
main (4b71a55) | #227 (959f33b) | +/- | |
---|---|---|---|
Coverage | 65.4% | 65.5% | +0.1% |
Code to Test Ratio | 1:0.4 | 1:0.3 | -0.0 |
Test Execution Time | 7m8s | 7m5s | -3s |
Files | Coverage | +/- |
---|---|---|
grpc/federation/cel.go | 0.0% | 0.0% |
resolver/def.go | 93.7% | -0.4% |
resolver/graph.go | 87.9% | +1.2% |
resolver/resolver.go | 82.0% | +0.1% |
source/file.go | 64.8% | +0.3% |
Reported by octocov
Make
validation
priority to the highest. If we write the following options, the order isvalidationA
=> (callA
,validationB
) =>callB
. (※callA
andvalidationB
are called concurrently )The important thing is that
call
block is executed aftervalidation
block.