Skip to content

Commit

Permalink
test: 自动上传覆盖率
Browse files Browse the repository at this point in the history
  • Loading branch information
RockChinQ committed Dec 28, 2023
1 parent 41cbe91 commit b31c349
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,11 @@ jobs:
- name: Run test
run: |
cd qcg-tester
python main.py
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 }}

0 comments on commit b31c349

Please sign in to comment.