From 0fef814f137622594566eda5d4a0d77ad168ae31 Mon Sep 17 00:00:00 2001 From: "bo.jiang" Date: Fri, 29 Mar 2024 14:29:46 +0800 Subject: [PATCH] coverage spelling mistake --- .github/workflows/auto-main-ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-main-ci.yaml b/.github/workflows/auto-main-ci.yaml index a820da2c0..8cb4b6e4e 100644 --- a/.github/workflows/auto-main-ci.yaml +++ b/.github/workflows/auto-main-ci.yaml @@ -28,7 +28,7 @@ jobs: - name: unit test run: | make test > coverage.temp - grep total coverage.temp > covarage.txt + grep total coverage.temp > coverage.txt rm -rf coverage.temp curl -Os https://uploader.codecov.io/latest/linux/codecov chmod +x codecov