From e7870978744ffd675feeb1106a8d5ef4e63b7628 Mon Sep 17 00:00:00 2001 From: Evgeny Danienko <6655321@bk.ru> Date: Fri, 13 May 2022 18:41:27 +0300 Subject: [PATCH] restore codecov --- .github/workflows/ci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2015b06777..9ee76fca61 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,4 +73,9 @@ jobs: # run: make test-race - name: test-integration - run: make test-integration \ No newline at end of file + run: make test-integration + + - name: Upload coverage to Codecov + uses: codecov/codecov-action@v1 + with: + file: ./cover.out \ No newline at end of file