From c300cc1f0e405b3e093c21432a961ac17536b17f Mon Sep 17 00:00:00 2001 From: TheVeryDarkness <3266343194@qq.com> Date: Sat, 10 Aug 2024 15:10:50 +0800 Subject: [PATCH] CI: Correct repo name. --- .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 c1e0e29..0abc9d2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: with: file: lcov.info flags: unittests - name: pest3-ci-coverage + name: iof # Failing to upload results will cause a CI error. # So remember to use a token. fail_ci_if_error: true