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 }}
|
||||
token: ${{ inputs.codecov_token }}
|
||||
verbose: true
|
||||
gcov: true
|
||||
plugin: gcov
|
||||
- name: Create codeclimate coverage
|
||||
run: |-
|
||||
lcov --directory . --capture --output-file lcov.info
|
||||
|
|
Loading…
Reference in New Issue