Skip to content

Commit 56282e8

Browse files
authored
test: raise unit test coverage above 80% (add CLI, DB, SSH, output, keyring tests) (#17)
1 parent 520b39f commit 56282e8

10 files changed

Lines changed: 2830 additions & 1707 deletions

File tree

.golangci.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
version: "2"
22

3-
run:
4-
timeout: 5m
5-
6-
linters:
7-
default: standard
8-
settings:
3+
run:
4+
timeout: 5m
5+
tests: false
6+
7+
linters:
8+
default: standard
9+
settings:
910
errcheck:
1011
exclude-functions:
1112
- (*database/sql.Rows).Close

0 commit comments

Comments
 (0)