mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-08-29 05:37:14 +00:00
test: 自动上传覆盖率
This commit is contained in:
@@ -70,4 +70,11 @@ jobs:
|
|||||||
- name: Run test
|
- name: Run test
|
||||||
run: |
|
run: |
|
||||||
cd qcg-tester
|
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 }}
|
||||||
Reference in New Issue
Block a user