From 7ef5b8d0f9e5b337b27d85a6add2fb3bd978ae67 Mon Sep 17 00:00:00 2001 From: "k.goto" <24818752+go-to-k@users.noreply.github.com> Date: Thu, 31 Aug 2023 15:49:15 +0900 Subject: [PATCH] ci: fix coverage report path (#96) --- .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 2c86501..dc3a014 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,4 +46,4 @@ jobs: uses: actions/upload-artifact@v3 with: name: code-coverage-report - path: cover_file.html + path: cover.html