From b31c34905a925cba397a901c4ed853242a8b88d8 Mon Sep 17 00:00:00 2001 From: RockChinQ <1010553892@qq.com> Date: Thu, 28 Dec 2023 16:14:54 +0800 Subject: [PATCH] =?UTF-8?q?test:=20=E8=87=AA=E5=8A=A8=E4=B8=8A=E4=BC=A0?= =?UTF-8?q?=E8=A6=86=E7=9B=96=E7=8E=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test-pr.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-pr.yml b/.github/workflows/test-pr.yml index d36f6656..3e824322 100644 --- a/.github/workflows/test-pr.yml +++ b/.github/workflows/test-pr.yml @@ -70,4 +70,11 @@ jobs: - name: Run test run: | cd qcg-tester - python main.py \ No newline at end of file + python main.py + + - name: Upload coverage reports to Codecov + run: | + cd qcg-tester/resource/QChatGPT + curl -Os https://uploader.codecov.io/latest/linux/codecov + chmod +x codecov + ./codecov -t ${{ secrets.CODECOV_TOKEN }} \ No newline at end of file