mirror of https://github.com/halo-dev/halo
Merge pull request #5187 from JohnNiang/bug/codecov-upload
Add codecov action into workflowpull/5177/head
commit
b050e29e76
|
@ -31,6 +31,8 @@ jobs:
|
|||
run: make -C console check
|
||||
- name: Check Halo core
|
||||
run: ./gradlew check
|
||||
- name: Upload coverage reports to Codecov
|
||||
uses: codecov/codecov-action@v3
|
||||
- name: Analyze code
|
||||
if: ${{ github.event_name == 'push' && env.SONAR_TOKEN != '' }} # Due to inability to access secrets during PR, only the code pushed into the branch can be analyzed.
|
||||
env:
|
||||
|
|
Loading…
Reference in New Issue