From 58438018d02daf87daa50ab831cf9267fb3ca325 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:43:12 +0100 Subject: [PATCH] fix code coverage issues --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1dd78052..f8da191c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,10 +25,12 @@ jobs: pip install coverage[toml] coverage xml name: Installing coverage[toml] - - uses: caffco/code-climate-github-action@main + - run : | + pip install codeclimate-test-reporter + codeclimate-test-reporter name: submitting coverage to CodeClimate 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