mirror of https://github.com/citusdata/citus.git
Additional configuration for codecov
parent
b291b09349
commit
a3a6df2d28
|
@ -8,6 +8,8 @@ runs:
|
||||||
- uses: codecov/codecov-action@v3
|
- uses: codecov/codecov-action@v3
|
||||||
with:
|
with:
|
||||||
flags: ${{ inputs.flags }}
|
flags: ${{ inputs.flags }}
|
||||||
|
token: ${{ secrets.CODECOV_TOKEN }}
|
||||||
|
verbose: true
|
||||||
- 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