summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-12-08 15:59:14 +0300
committerValery Piashchynski <[email protected]>2020-12-08 15:59:14 +0300
commit196d97e697680340d2c535f6a782ac38216b320a (patch)
tree9c29d89b25c7374d1913bce4ccc84ba7a571b8af /.github
parent1149c5b8c1b92fc328eacf2a917fbe62274f2e7d (diff)
Create directory for the codecov files
Diffstat (limited to '.github')
-rwxr-xr-x.github/workflows/ci-build.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml
index a8c0385d..8ec3eec9 100755
--- a/.github/workflows/ci-build.yml
+++ b/.github/workflows/ci-build.yml
@@ -65,6 +65,7 @@ jobs:
- name: Run golang tests
run: |
+ mkdir ./coverage-ci
go test -v -race -cover -tags=debug -coverprofile=./coverage-ci/lib.txt -covermode=atomic .
go test -v -race -cover -tags=debug -coverprofile=./coverage-ci/rpc_config.txt -covermode=atomic ./plugins/rpc
go test -v -race -cover -tags=debug -coverprofile=./coverage-ci/rpc.txt -covermode=atomic ./plugins/rpc/tests