From 1f212bc405f79d4c4eb072b160e4b8cb63b597c0 Mon Sep 17 00:00:00 2001 From: Jacyking <791026912@qq.com> Date: Fri, 22 Dec 2023 12:36:48 +0800 Subject: [PATCH] Update code-coverage.yml --- .github/workflows/code-coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code-coverage.yml b/.github/workflows/code-coverage.yml index 221ab7da..8ad7f0ec 100644 --- a/.github/workflows/code-coverage.yml +++ b/.github/workflows/code-coverage.yml @@ -35,4 +35,4 @@ jobs: run: ctest -C Debug -j `nproc` -V - name: Upload coverage to Codecov - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v1 \ No newline at end of file