Improve memory store tests reliability (#479)

* remove unnecessary GIT_BRANCH export

* go mod tidy

* fix tests naming, improve coverage

* make flaky TestMemData_FlagListBlocked reliable
This commit is contained in:
Dmitry Verkhoturov
2019-11-17 15:47:01 -06:00
committed by Umputun
parent 6f969a0a76
commit 773da16649
7 changed files with 65 additions and 88 deletions
-1
View File
@@ -53,7 +53,6 @@ jobs:
- name: submit coverage
run: |
export GIT_BRANCH=$GITHUB_REF
cd backend
$(go env GOPATH)/bin/goveralls -service="github" -coverprofile=$GITHUB_WORKSPACE/profile.cov
env: