mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-01 20:03:28 +02:00
Merge pull request #715 from voidking/main
bugfix: if unittest failed, results still need to upload to codecov
This commit is contained in:
commit
ef5304961e
1 changed files with 2 additions and 4 deletions
6
.github/workflows/unittest.yaml
vendored
6
.github/workflows/unittest.yaml
vendored
|
|
@ -4,10 +4,7 @@ on:
|
|||
workflow_dispatch:
|
||||
pull_request_target:
|
||||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
- 'dev'
|
||||
- '*-release'
|
||||
branches:
|
||||
- '*-debugger'
|
||||
|
||||
jobs:
|
||||
|
|
@ -79,3 +76,4 @@ jobs:
|
|||
uses: codecov/codecov-action@v3
|
||||
env:
|
||||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
||||
if: ${{ always() }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue