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