Remove not actually needed deps
This commit is contained in:
parent
f3eb19ef91
commit
46e665efc5
@ -53,7 +53,6 @@ tasks:
|
|||||||
- go fmt
|
- go fmt
|
||||||
|
|
||||||
go-lint:
|
go-lint:
|
||||||
deps: [frontend]
|
|
||||||
cmds:
|
cmds:
|
||||||
- golangci-lint run
|
- golangci-lint run
|
||||||
|
|
||||||
@ -79,7 +78,6 @@ tasks:
|
|||||||
|
|
||||||
cover:
|
cover:
|
||||||
desc: Run test and analyze coverage
|
desc: Run test and analyze coverage
|
||||||
deps: [frontend]
|
|
||||||
cmds:
|
cmds:
|
||||||
- go test ./... -coverprofile=coverage.out -covermode=atomic
|
- go test ./... -coverprofile=coverage.out -covermode=atomic
|
||||||
- go tool cover -html=coverage.out -o=coverage.html
|
- go tool cover -html=coverage.out -o=coverage.html
|
||||||
|
Loading…
x
Reference in New Issue
Block a user