From e93cc3d6e5dd08f9f49f85694a50a8601b094e63 Mon Sep 17 00:00:00 2001 From: doodspav Date: Sun, 27 Oct 2024 23:57:28 +0000 Subject: [PATCH] GHI #32 Disable coverage for now --- .github/workflows/test.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cd9355c71..c71b95461 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -161,13 +161,14 @@ jobs: files: test-results/**/*.xml publish-coverage: + if: false runs-on: ubuntu-latest needs: - test-native - test-qemu env: - HI_LIMIT: 50 - MED_LIMIT: 50 + HI_LIMIT: 100 + MED_LIMIT: 90 steps: - name: Install Dependencies