mirror of https://github.com/halo-dev/halo
Add codecov action into workflow
Signed-off-by: John Niang <johnniang@foxmail.com>pull/5187/head
parent
6d49047408
commit
c59aed6510
|
@ -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