From 6247b621c24b571689c1bf8b21afbcc2b985de69 Mon Sep 17 00:00:00 2001 From: as6325400 Date: Mon, 7 Oct 2024 00:00:30 +0800 Subject: [PATCH] run action --- .github/workflows/unittest.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/unittest.yml b/.github/workflows/unittest.yml index 76a1135..15ad1b6 100644 --- a/.github/workflows/unittest.yml +++ b/.github/workflows/unittest.yml @@ -7,6 +7,7 @@ on: pull_request: branches: - '**' + workflow_dispatch: jobs: build: @@ -38,4 +39,5 @@ jobs: - name: Upload coverage to Codecov uses: codecov/codecov-action@v3 with: - file: ./coverage.xml # 指定生成的覆蓋率報告文件 \ No newline at end of file + file: ./coverage.xml + token: ${{ secrets.CODECOV_TOKEN }} \ No newline at end of file