From fb028ce98b3b02d0f33c44084af9a072d90aea03 Mon Sep 17 00:00:00 2001 From: galex Date: Sun, 19 May 2024 19:50:19 +0300 Subject: [PATCH] Add runtime-channel to coverage reports --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a1c5722..fc0c8de 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,4 +23,4 @@ jobs: uses: codecov/codecov-action@v4.0.1 with: token: ${{ secrets.CODECOV_TOKEN }} - file: ./runtime/build/reports/kover/reportDebug.xml \ No newline at end of file + files: ./runtime/build/reports/kover/reportDebug.xml,./runtime-channel/build/reports/kover/reportDebug.xml \ No newline at end of file