deis / builder

Git server and application builder for Deis Workflow
https://deis.com
MIT License
40 stars 41 forks source link

bring test coverage up to at least 70% #436

Closed bacongobbler closed 8 years ago

bacongobbler commented 8 years ago

Here's where we stand today:

?       github.com/deis/builder/pkg     [no test files]
ok      github.com/deis/builder/pkg/cleaner     1.015s  coverage: 62.2% of statements
ok      github.com/deis/builder/pkg/conf        1.024s  coverage: 45.2% of statements
?       github.com/deis/builder/pkg/controller  [no test files]
ok      github.com/deis/builder/pkg/git 1.015s  coverage: 15.4% of statements
ok      github.com/deis/builder/pkg/gitreceive  1.021s  coverage: 37.3% of statements
ok      github.com/deis/builder/pkg/healthsrv   1.018s  coverage: 79.7% of statements
?       github.com/deis/builder/pkg/k8s [no test files]
ok      github.com/deis/builder/pkg/sshd        3.231s  coverage: 66.5% of statements
ok      github.com/deis/builder/pkg/storage     1.028s  coverage: 30.2% of statements
?       github.com/deis/builder/pkg/sys [no test files]
?       github.com/deis/builder [no test files]

There are a lot of packages that could see improvement through unit tests.

TODO: