From fdc35c40c65b66a77c14701e8d3940678a7ac484 Mon Sep 17 00:00:00 2001 From: Gokhan Gulbiz Date: Thu, 24 Aug 2023 13:07:56 +0300 Subject: [PATCH] Provide path for codeclimate results --- .github/actions/upload_coverage/action.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/actions/upload_coverage/action.yml b/.github/actions/upload_coverage/action.yml index 8b50a96a4..4a01deddc 100644 --- a/.github/actions/upload_coverage/action.yml +++ b/.github/actions/upload_coverage/action.yml @@ -5,8 +5,6 @@ inputs: runs: using: composite steps: -# # This item has no matching transformer -# - codecov_codecov_upload: - name: Create codeclimate coverage run: |- lcov --directory . --capture --output-file lcov.info @@ -18,3 +16,4 @@ runs: - uses: actions/upload-artifact@v3.1.1 with: path: "/tmp/codeclimate/*.json" + name: codeclimate