shad-go/tools/testtool
Alexander Vasilyev a56f50ac46 Calculate coverage of private code.
Create empty coverage profile from problem code to calculate coverage
correctly. For some wierd reasons it will also account for not tested packages.
This change prevents students from adding new code and testing it,
instead of getting good coverage for initial codebase :)
2020-03-27 22:32:10 +03:00
..
cmd/testtool Resolve "word-count" 2020-02-12 22:25:12 +00:00
commands Calculate coverage of private code. 2020-03-27 22:32:10 +03:00
testdata Add coverpkg specification. 2020-03-27 22:32:10 +03:00
bincache.go Fix RandomName helper 2020-02-22 01:54:46 +03:00
buildtags.go Resolve "word-count" 2020-02-12 22:25:12 +00:00
freeport.go Use %s for duration; log timeout error in test. 2020-02-19 00:26:48 +03:00
freeport_test.go Rewrite require.Nil(t, err) with require.NoError(t, err). 2020-03-13 00:12:46 +03:00