From 916c4f8585774a00975094308ac7aecfae0b2269 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl> Date: Wed, 6 Mar 2024 13:52:38 +0100 Subject: [PATCH] fix unit test issues --- .github/workflows/ci.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1dd78052..1c21e599 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,13 +22,12 @@ jobs: - name: Test everything run: pytest -n 8 -vv --cov=satella - run: | - pip install coverage[toml] + pip install coverage[toml] codeclimate-test-reporter coverage xml - name: Installing coverage[toml] - - uses: caffco/code-climate-github-action@main - name: submitting coverage to CodeClimate + codeclimate-test-reporter + name: Submit the code coverage env: - CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }} + CODECLIMATE_REPO_TOKEN: ${{ secrets.CC_TEST_REPORTER_ID }} build-project: runs-on: ubuntu-20.04 steps: -- GitLab