Add check for existence tests for all packages

This commit is contained in:
mfgnik 2020-03-26 22:24:07 +00:00 committed by Arseny Balobanov
parent f8821ccc59
commit 3d88c79622
3 changed files with 15 additions and 0 deletions

View file

@ -0,0 +1,5 @@
// +build !change
package client
// min coverage: 90%

View file

@ -0,0 +1,5 @@
// +build !change
package models
// min coverage: 90%

View file

@ -0,0 +1,5 @@
// +build !change
package utils
// min coverage: 90%