shad-go/tools/testtool/commands
Alexander Vasilyev 54ab7b69d1 Add coverpkg specification.
Currently, packages in coverme without tests created by student
are not checked for coverage, because no there are no test targets
for them at all!

The issue can be fixed by simply creating empty !change files,
but we are engineers, aren't we? :)

Bonus point: it prevents new packages from giving false coverage credit.
For example, mock file generated by gomock will have lots of covered code
almost instantly. However, the task can be hacked by adding new code to
existing packages.
2020-03-27 22:32:10 +03:00
..
coverage.go Add coverpkg specification. 2020-03-27 22:32:10 +03:00
coverage_test.go Add coverpkg specification. 2020-03-27 22:32:10 +03:00
deadlines.go Fix 2020-02-13 02:28:27 +03:00
deadlines_test.go Fix 2020-02-13 02:28:27 +03:00
export.go Last fix, hopefully. 2020-02-01 04:06:26 +03:00
git.go Task grading 2020-02-13 02:10:17 +03:00
git_test.go Task grading 2020-02-13 02:10:17 +03:00
grade.go Fix 2020-02-13 02:28:27 +03:00
list.go Try another fix 2020-02-14 00:04:48 +03:00
list_test.go Squashed commit of the following: 2020-02-10 16:41:58 +03:00
report.go Task grading 2020-02-13 02:10:17 +03:00
report_test.go Task grading 2020-02-13 02:10:17 +03:00
root.go Working on export tool 2020-02-01 03:23:20 +03:00
sandbox.go Debugging 2020-02-13 02:56:04 +03:00
sandbox_test.go Squashed commit of the following: 2020-02-10 16:41:58 +03:00
test_submission.go Add coverpkg specification. 2020-03-27 22:32:10 +03:00
test_submission_test.go Use require.NoError where appropriate 2020-02-16 17:18:51 +03:00