From 30d19b72d3c6636b72304749974612f7483c5bce Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Tue, 17 Jan 2023 12:08:06 +0100 Subject: [PATCH] ci: disable codecov for now Signed-off-by: CrazyMax --- .github/workflows/test.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9833f3d..7790434 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,8 +23,8 @@ jobs: uses: docker/bake-action@v2 with: targets: test - - - name: Upload coverage - uses: codecov/codecov-action@v3 - with: - file: ./coverage/clover.xml +# - +# name: Upload coverage +# uses: codecov/codecov-action@v3 +# with: +# file: ./coverage/clover.xml