mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-27 17:56:23 +02:00
feat: support for codecov
This commit is contained in:
parent
aa8e59563e
commit
a72cf53569
1 changed files with 4 additions and 0 deletions
4
.github/workflows/unittest.yaml
vendored
4
.github/workflows/unittest.yaml
vendored
|
|
@ -56,3 +56,7 @@ jobs:
|
|||
./tests/data/rsp_cache_new.json
|
||||
retention-days: 3
|
||||
if: ${{ always() }}
|
||||
- name: Upload coverage reports to Codecov
|
||||
uses: codecov/codecov-action@v3
|
||||
env:
|
||||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue