From f93c65b823a35df64343d4fe0a244abeca2e1152 Mon Sep 17 00:00:00 2001 From: Tsuyoshi Hombashi Date: Sun, 7 Apr 2024 20:32:11 +0900 Subject: [PATCH] Fix CI --- .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 32adc5e..ab44bc7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -166,7 +166,7 @@ jobs: - name: Combine coverage reports run: | - coverage combine artifact/**/.coverage_* + coverage combine artifact/.coverage_* ls -alR - name: Upload coverage report