Closed nofun97 closed 4 years ago
Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
syntax/import.go | 1 | 3 | 33.33% | ||
<!-- | Total: | 5 | 7 | 71.43% | --> |
Files with Coverage Reduction | New Missed Lines | % | ||
---|---|---|---|---|
rel/value_set_str.go | 4 | 58.25% | ||
<!-- | Total: | 4 | --> |
Totals | |
---|---|
Change from base Build 1f7999e31ff7fc1511302f1edd0edf238216f746: | 0.04% |
Covered Lines: | 4795 |
Relevant Lines: | 9881 |
Root of the import is determined by the arraiRootMarker (currently go.mod file). If arraiRootMarker isn't found, it uses the source file directory as the import root. This commit also fix the import filepath for imports from root.
Checklist: