mirror of https://github.com/citusdata/citus.git
Provide path for codeclimate results
parent
f92c0fa1db
commit
fdc35c40c6
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue