mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-27 17:56:23 +02:00
bugfix: if unittest failed, results still need to upload to codecov
This commit is contained in:
parent
ce3dc74ef3
commit
74db24508c
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