mirror of https://github.com/citusdata/citus.git
use new flag to configure gcov
parent
86d100ca65
commit
f1a1691bb3
|
@ -12,7 +12,7 @@ runs:
|
||||||
flags: ${{ inputs.flags }}
|
flags: ${{ inputs.flags }}
|
||||||
token: ${{ inputs.codecov_token }}
|
token: ${{ inputs.codecov_token }}
|
||||||
verbose: true
|
verbose: true
|
||||||
gcov: true
|
plugin: gcov
|
||||||
- name: Create codeclimate coverage
|
- name: Create codeclimate coverage
|
||||||
run: |-
|
run: |-
|
||||||
lcov --directory . --capture --output-file lcov.info
|
lcov --directory . --capture --output-file lcov.info
|
||||||
|
|
Loading…
Reference in New Issue