From 6bac2b6e34e059b967da3da5476853a1ad24027e Mon Sep 17 00:00:00 2001 From: tobi-wan-kenobi Date: Fri, 29 Jul 2022 13:39:06 +0200 Subject: [PATCH] [autotest] remove environment variable setting --- .github/workflows/autotest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autotest.yml b/.github/workflows/autotest.yml index 330b9bf..49cbada 100644 --- a/.github/workflows/autotest.yml +++ b/.github/workflows/autotest.yml @@ -37,7 +37,7 @@ jobs: ./cc-test-reporter before-build - name: Run tests run: | - RESULT=coverage3 run --source=. -m pytest tests -v + coverage run --source=. -m pytest tests -v - name: Report coverage uses: paambaati/codeclimate-action@v3.0.0 with: