Skip to content

(v2) feat!: make transform an interface type #1398

(v2) feat!: make transform an interface type

(v2) feat!: make transform an interface type #1398

Triggered via pull request October 29, 2024 19:40
Status Failure
Total duration 22s
Artifacts

coverage.yml

on: pull_request
Matrix: coverage
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
coverage (^1, ubuntu-latest): table/table_test.go#L12
no required module provides package github.com/muesli/termenv; to add it:
coverage (^1, ubuntu-latest): list/list_test.go#L309
cannot use strings.ToLower (value of type func(s string) string) as lipgloss.Transform value in argument to lipgloss.NewStyle().PaddingRight(1).Transform: func(s string) string does not implement lipgloss.Transform (missing method Transform)
coverage (^1, ubuntu-latest): list/list_test.go#L318
cannot use func(s string) string {…} (value of type func(s string) string) as lipgloss.Transform value in argument to lipgloss.NewStyle().PaddingRight(1).Transform: func(s string) string does not implement lipgloss.Transform (missing method Transform)
coverage (^1, ubuntu-latest): list/list_test.go#L329
cannot use func(s string) string {…} (value of type func(s string) string) as lipgloss.Transform value in argument to lipgloss.NewStyle().Transform: func(s string) string does not implement lipgloss.Transform (missing method Transform)
coverage (^1, ubuntu-latest): list/list_test.go#L340
cannot use func(s string) string {…} (value of type func(s string) string) as lipgloss.Transform value in argument to lipgloss.NewStyle().Transform: func(s string) string does not implement lipgloss.Transform (missing method Transform)
coverage (^1, ubuntu-latest)
Process completed with exit code 1.
coverage (^1, ubuntu-latest)
Restore cache failed: Dependencies file is not found in /home/runner/work/lipgloss/lipgloss. Supported file pattern: go.sum