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