Merge pull request #715 from voidking/main

bugfix: if unittest failed, results still need to upload to codecov
This commit is contained in:
garylin2099 2024-01-08 17:31:37 +08:00 committed by GitHub
commit ef5304961e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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() }}