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:
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