Closed rafaelsousa closed 1 year ago
Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
modules/status/brightness.go | 0 | 2 | 0.0% | ||
internal/ui/about.go | 0 | 4 | 0.0% | ||
internal/ui/settings_ui.go | 0 | 4 | 0.0% | ||
internal/x11/wm/stack.go | 0 | 4 | 0.0% | ||
internal/x11/property.go | 0 | 8 | 0.0% | ||
internal/x11/wm/property.go | 0 | 12 | 0.0% | ||
internal/x11/wm/desk.go | 0 | 44 | 0.0% | ||
<!-- | Total: | 0 | 78 | 0.0% | --> |
Files with Coverage Reduction | New Missed Lines | % | ||
---|---|---|---|---|
internal/x11/wm/desk.go | 1 | 1.23% | ||
modules/status/brightness.go | 1 | 0% | ||
internal/ui/launcher.go | 8 | 50.36% | ||
internal/ui/widgetpanel.go | 19 | 70.18% | ||
<!-- | Total: | 29 | --> |
Totals | |
---|---|
Change from base Build 3878300944: | -0.4% |
Covered Lines: | 1535 |
Relevant Lines: | 5237 |
It looks like there still are a few places where ioutil has been removed. That will need to be added back.
We can't use os.ReadFile yet as we support back to Go 1.14 and it was not present then.
The os.Readfile references were reverted.
Fixes #(issue)
Checklist:
Where applicable:
go mod vendor
).