From c59aed651002f1682ee81e9df124ddb1e1d66ac7 Mon Sep 17 00:00:00 2001 From: John Niang Date: Mon, 15 Jan 2024 00:16:48 +0800 Subject: [PATCH] Add codecov action into workflow Signed-off-by: John Niang --- .github/workflows/halo.yaml | 2 ++ 1 file changed, 2 insertions(+) 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: