We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4df03b2 commit 50a2c06Copy full SHA for 50a2c06
1 file changed
Taskfile.yml
@@ -25,6 +25,6 @@ tasks:
25
- go test -race ./...
26
27
test-coverage:
28
- desc: Runs go tests and calucates test coverage
+ desc: Runs go tests and calculates test coverage
29
cmds:
30
- go test -race -coverprofile=c.out ./...
0 commit comments