Commit graph

25 commits

Author SHA1 Message Date
Sergey Paramoshkin
dc939b6ed1
update repo 2023-10-02 22:32:41 +03:00
Fedor Korotkiy
5596087916 Fix coverage calculation 2023-04-10 16:11:15 +04:00
Arseny Balobanov
4f709575f6 [coverme] Update readme. 2022-04-10 20:43:59 +03:00
Fedor Korotkiy
7658844998 Merge branch 'go-1.18' 2022-04-02 14:44:39 +03:00
Arseny Balobanov
52d8290956 [coverme] Update readme. 2022-03-24 18:49:56 +03:00
Arseny Balobanov
8868dac428 [coverme] Add finish todo handler. 2022-03-24 18:48:48 +03:00
Arseny Balobanov
28564b4257 go fix old build tags. 2022-03-15 23:49:56 +03:00
verytable
daa02c8abf Resolve "upgrage to 1.17" 2022-02-10 22:06:57 +00:00
gentoonofb
4e3f3cc226 Fix comerme/README.md 2021-04-04 11:37:18 +03:00
Arseny Balobanov
2fd6d0e667 coverme: remove unneeded empty_test.go. 2020-04-01 22:22:36 +03:00
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
Arseny Balobanov
71ed3bdf3e coverme: fix spacing. 2020-03-27 02:12:22 +03:00
mfgnik
f2ba356a61 Update coverage_test.go 2020-03-27 02:10:53 +03:00
mfgnik
d17ba8106e Update coverage_test.go 2020-03-27 02:10:51 +03:00
mfgnik
5ad126327d Update coverage_test.go 2020-03-27 02:10:50 +03:00
mfgnik
3d88c79622 Add check for existence tests for all packages 2020-03-27 02:10:46 +03:00
Vetrov Alexey
7fb06f4ac4 Fix invalid URL in client 2020-03-22 04:17:41 +03:00
Vetrov Alexey
6c871e6474 Unfished -> Unfinished 2020-03-22 04:14:05 +03:00
Arseny Balobanov
5aa7ef083a coverme: add links to slides and testify. 2020-03-20 02:14:23 +03:00
Arseny Balobanov
ccd5e77396 coverme: add note about 100% coverage. 2020-03-20 01:38:59 +03:00
Arseny Balobanov
6d948ff9da Fix readme. 2020-03-20 01:30:21 +03:00
Arseny Balobanov
ad8e27c53a coverme: increase min coverage from 85% to 90% 2020-03-20 01:16:07 +03:00
Arseny Balobanov
fb5f9d5aad Fix imports. 2020-03-20 01:02:50 +03:00
Arseny Balobanov
235923eba8 Fix imports. 2020-03-20 01:00:46 +03:00
Arseny Balobanov
9ce2d57196 Adding todo-app coverage task. 2020-03-20 00:57:07 +03:00