From e6d014c6a7d70b9cfcc792b4cfe0a6b2fece6d58 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 09:50:57 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ec83555a..cb848fb2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,8 +41,5 @@ jobs: convert_and_upload_coverage: steps: - run: coverage xml - - uses: caffco/code-climate-github-action@v1.0.0 - env: - CC_TEST_REPORTER_ID: """ - paths: - - '!*.MD' + - uses: caffco/code-climate-github-action@v1.0.1 + paths: ["*.MD"] -- GitLab