From 350678c1901d5d5ab6d674486e5305709daccafa Mon Sep 17 00:00:00 2001 From: James Estevez Date: Wed, 13 Nov 2024 15:09:32 -0800 Subject: [PATCH] rm coverage --- .github/workflows/feature_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/feature_test.yml b/.github/workflows/feature_test.yml index 8ab1f3bedf..9433041f85 100644 --- a/.github/workflows/feature_test.yml +++ b/.github/workflows/feature_test.yml @@ -95,7 +95,7 @@ jobs: SFDX_HUB_USERNAME: ${{ secrets.SFDX_HUB_USERNAME }} - name: Run robot tests run: | - uv run coverage run --append $(which cci) task run robot \ + uv run cci task run robot \ --org dev \ -o name "CumulusCI" \ -o suites cumulusci/robotframework/tests \