Provide path for codeclimate results

pull/7154/head
Gokhan Gulbiz 2023-08-24 13:07:56 +03:00
parent f92c0fa1db
commit fdc35c40c6
No known key found for this signature in database
GPG Key ID: 608EF06B6BD1B45B
1 changed files with 1 additions and 2 deletions

View File

@ -5,8 +5,6 @@ inputs:
runs: runs:
using: composite using: composite
steps: steps:
# # This item has no matching transformer
# - codecov_codecov_upload:
- name: Create codeclimate coverage - name: Create codeclimate coverage
run: |- run: |-
lcov --directory . --capture --output-file lcov.info lcov --directory . --capture --output-file lcov.info
@ -18,3 +16,4 @@ runs:
- uses: actions/upload-artifact@v3.1.1 - uses: actions/upload-artifact@v3.1.1
with: with:
path: "/tmp/codeclimate/*.json" path: "/tmp/codeclimate/*.json"
name: codeclimate