mirror of
https://github.com/retailcrm/api-client-go.git
synced 2025-04-04 05:33:32 +03:00
somefixes
This commit is contained in:
parent
f99002f596
commit
557db5a320
2 changed files with 3 additions and 4 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue