diff options
author | Valery Piashchynski <[email protected]> | 2020-11-04 16:40:28 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-11-04 16:40:28 +0300 |
commit | 2e94d9590f859f60953ce3575170d13d32d331dc (patch) | |
tree | aa2853143f7b560abaa842ad724df0d7dd856b40 /.github | |
parent | a3dd9f2a28d91df0e0d1ad229b67297206357c07 (diff) |
Update coverprofile
Diffstat (limited to '.github')
-rwxr-xr-x | .github/workflows/ci-build.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 9b02cf92..66f88a36 100755 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -77,6 +77,8 @@ jobs: curl https://codecov.io/bash -o codecov-bash chmod +x codecov-bash ./codecov-bash -f lib.txt + ./codecov-bash -f rpc_config.txt + ./codecov-bash -f rpc.txt fi golangci-check: |