-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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: trueDescribe the alternatives that you have considered
Additional context
No response
Code of Conduct
- I agree to follow this project's Code of Conduct
Metadata
Metadata
Labels
enhancementNew feature or requestNew feature or request