Skip to content

[Feature Request]: tests-unit-php.yml does not support codecov #188

Description

@Chrico

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

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions