Closed nofun97 closed 4 years ago
Files with Coverage Reduction | New Missed Lines | % | ||
---|---|---|---|---|
rel/value_set_dict.go | 3 | 43.36% | ||
rel/value_set_str.go | 4 | 58.25% | ||
<!-- | Total: | 7 | --> |
Totals | |
---|---|
Change from base Build 80ff43ddb790bc0927dbfc281d94c4b2755b5d25: | 0.07% |
Covered Lines: | 4810 |
Relevant Lines: | 9900 |
This commit will allow nested root markers in a project. Root markers will be found by going up the source directory of a file. A root marker can be in the same directory or the parent directories. The root marker locations will also be cached for faster root marker lookup.
This commit also fixed the root marker lookup as initially it was done by searching from the provided import path instead of the directory location of the source scripts.
Checklist: