From 50f524dda8171cc6662e66ce731339364d5f73e3 Mon Sep 17 00:00:00 2001 From: Muhammad Nawaz Date: Mon, 13 Nov 2023 15:11:46 +0500 Subject: [PATCH] test --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 12e0453..189400c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,3 @@ jobs: uses: codecov/codecov-action@v3 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} - with: - file: ./build/coverage.info - flags: unittests - name: codecov-umbrella