Is your feature request related to a problem?
We should add to https://github.com/inpsyde/reusable-workflows/blob/main/.github/workflows/tests-unit-php.yml support for Codecov.
Describe the desired solution
The additional step could be like:
- name: Coverage
if: ${{ hashFile('coverage.xml') == '' }}
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage.xml
flags: unittests
verbose: true
Describe the alternatives that you have considered
Additional context
No response
Code of Conduct
Is your feature request related to a problem?
We should add to https://github.com/inpsyde/reusable-workflows/blob/main/.github/workflows/tests-unit-php.yml support for Codecov.
Describe the desired solution
The additional step could be like:
Describe the alternatives that you have considered
Additional context
No response
Code of Conduct