From 066336a3f8ec6cfd50db9a4f1385b2ae70e2d3fb Mon Sep 17 00:00:00 2001 From: Paul Lange Date: Thu, 19 Oct 2023 11:05:35 +0200 Subject: [PATCH] Remove coverage reporting --- .github/workflows/ci.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cbde58da..f9fc1ac2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -33,8 +33,5 @@ jobs: run: make all - name: Test - run: make test-cover - - - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + run: make test \ No newline at end of file