Skip to content

Commit

Permalink
up testcoverage
Browse files Browse the repository at this point in the history
  • Loading branch information
skutsuza committed Sep 27, 2019
1 parent 0b8d447 commit 2fda192
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
2 changes: 2 additions & 0 deletions codecov.yml
@@ -0,0 +1,2 @@
ignore:
- "pkg/mock"
7 changes: 0 additions & 7 deletions pkg/helper/runner.go
Expand Up @@ -40,13 +40,6 @@ func Err(err io.Writer) Opts {
}
}

// In sets In of Opts optionally
func In(in io.Reader) Opts {
return func(o *runner) {
o.In = in
}
}

// Runner runs ex command
type Runner interface {
Output(args []string) ([]byte, error)
Expand Down
2 changes: 1 addition & 1 deletion pkg/mock/mock.go
@@ -1,4 +1,4 @@
package mock_test
package mock

import (
"github.com/cappyzawa/op-kv/pkg/cli"
Expand Down

0 comments on commit 2fda192

Please sign in to comment.