From a1091ef1f581a1f1ad496b077e641b2c5fca241c Mon Sep 17 00:00:00 2001 From: Brian McFee Date: Fri, 8 Mar 2024 10:20:19 -0500 Subject: [PATCH] trying without directory info --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0f51b66..849aab7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -107,7 +107,6 @@ jobs: with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage.xml - directory: ./coverage/reports/ flags: unittests env_vars: OS,PYTHON name: codecov-umbrella