Additional configuration for codecov

pull/7154/head
Gokhan Gulbiz 2023-08-24 17:56:35 +03:00
parent b291b09349
commit a3a6df2d28
No known key found for this signature in database
GPG Key ID: 608EF06B6BD1B45B
1 changed files with 2 additions and 0 deletions

View File

@ -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