From 188416679d753992f1b88d7f007086a61c626861 Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Fri, 26 Jan 2024 16:29:22 +0400 Subject: [PATCH] chore: fix codecov processing Wrong filename. Signed-off-by: Andrey Smirnov --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 39614ed..7795d39 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: name: codecov uses: codecov/codecov-action@v3.1.4 with: - files: ./_out/coverage.txt + files: ./_out/coverage-unit-tests.txt - name: unit-tests-race run: make unit-tests-race