Closed goccy closed 3 months ago
main (739457f) | #233 (7d2598c) | +/- | |
---|---|---|---|
Coverage | 65.6% | 65.5% | -0.0% |
Code to Test Ratio | 1:0.3 | 1:0.3 | +0.0 |
Test Execution Time | 7m3s | 6m58s | -5s |
Files | Coverage | +/- |
---|---|---|
resolver/resolver.go | 82.3% | +0.2% |
Reported by octocov
The following definition make map between
pkg.M
anddep.M
. But currently, in the field binding,pkg.M
value cannot assign todep.M
field. ( however,dep.M
value can assign topkg.M
field )