From 8cbcf35976ed27021f86d83fffca2da0a8cb7c1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ege=20Emir=20=C3=96zkan?= Date: Sat, 8 May 2021 18:48:57 +0300 Subject: [PATCH] Add coverage to the github action. --- .github/workflows/test_ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test_ci.yml b/.github/workflows/test_ci.yml index d4662be..0918597 100644 --- a/.github/workflows/test_ci.yml +++ b/.github/workflows/test_ci.yml @@ -27,8 +27,7 @@ jobs: python-version: '3.x' - name: Install dependencies run: | - python -m pip install --upgrade pip - pip install coverage + python -m pip install --upgrade pip && pip install coverage - name: Test & publish code coverage uses: paambaati/codeclimate-action@v2.6.0 env: