Closed rafaelsousa closed 1 year ago
Files with Coverage Reduction | New Missed Lines | % | ||
---|---|---|---|---|
internal/ui/switcher.go | 3 | 82.52% | ||
internal/ui/launcher.go | 8 | 50.36% | ||
<!-- | Total: | 11 | --> |
Totals | |
---|---|
Change from base Build 3878300944: | -0.2% |
Covered Lines: | 1532 |
Relevant Lines: | 5188 |
Is there any POSIX way of knowing that? So far, the only place I could have that information is within /etc/passwd. Or else, I think we get everything before the first space. Ok with that ?
Splitting on space is probably ok for now :).
Fixes #(issue)
Checklist:
Where applicable:
go mod vendor
).