From 2ff71510a9c447aad7f5a574fe0f6cf715e749f1 Mon Sep 17 00:00:00 2001 From: Glonee Date: Mon, 15 May 2023 21:06:25 +0800 Subject: [PATCH] ci: fix Codecov coverage report (#3837) --- .github/workflows/unit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unit.yml b/.github/workflows/unit.yml index 1b6785558..eb4ce7256 100644 --- a/.github/workflows/unit.yml +++ b/.github/workflows/unit.yml @@ -44,5 +44,5 @@ jobs: - name: Upload coverage to Codecov uses: codecov/codecov-action@v3 with: - files: coverage.txt coverage-root.txt + files: coverage.txt,coverage-root.txt env_vars: OS=${{ matrix.os }}, GO=${{ matrix.go }}