somefixes

This commit is contained in:
Akolzin Dmitry 2020-11-26 12:47:51 +03:00
parent f99002f596
commit 557db5a320
2 changed files with 3 additions and 4 deletions

View file

@ -32,4 +32,6 @@ jobs:
- name: Tests
run: ./go.test.sh
- name: Coverage
run: bash <(curl -s https://codecov.io/bash)
run: |
bash <(curl -s https://codecov.io/bash)
rm coverage.txt

View file

@ -11,6 +11,3 @@ go test ./v5/ -race -coverprofile=v5.out -covermode=atomic "$d"
cat errs.out >> coverage.txt
cat v5.out >> coverage.txt
rm errs.out
rm v5.out