diff --git a/.github/workflows/halo.yaml b/.github/workflows/halo.yaml index 9ef2b734e..a812f232b 100644 --- a/.github/workflows/halo.yaml +++ b/.github/workflows/halo.yaml @@ -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: