File tree Expand file tree Collapse file tree 4 files changed +5
-9
lines changed
Expand file tree Collapse file tree 4 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ test-integration: $(TMUX_FASTCOPY)
4949 go test -C integration $(TEST_FLAGS ) ./...
5050
5151.PHONY : cover
52- cover : export GOEXPERIMENT = coverageredesign
52+ cover :
5353cover :
5454 go test $(TEST_FLAGS ) -coverprofile=cover.out -coverpkg=./... ./...
5555 go tool cover -html=cover.out -o cover.html
Original file line number Diff line number Diff line change 11module github.com/abhinav/tmux-fastcopy
22
3- go 1.23.5
3+ go 1.24
44
55require (
66 github.com/benbjohnson/clock v1.3.5
@@ -28,3 +28,5 @@ require (
2828 golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
2929 gopkg.in/yaml.v3 v3.0.1 // indirect
3030)
31+
32+ tool github.com/golang/mock/mockgen
Original file line number Diff line number Diff line change 11module github.com/abhinav/tmux-fastcopy/integration
22
3- go 1.23.5
3+ go 1.24
44
55require (
66 github.com/abhinav/tmux-fastcopy v0.14.1
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments