From 449577cf9848ccf01dce170efd9f66b13f7593fc Mon Sep 17 00:00:00 2001 From: KevFan Date: Wed, 26 Jul 2023 16:58:17 +0100 Subject: [PATCH] workflow: add codecov --- .github/workflows/test.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 9fca2f96..ecd59ab9 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -81,3 +81,9 @@ jobs: - name: Run make test run: | make test + - name: Upload coverage reports to Codecov + uses: codecov/codecov-action@v3 + with: + flags: unit + verbose: true + fail_ci_if_error: true \ No newline at end of file