Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@xsist10
Copy link
Contributor

@xsist10 xsist10 commented Dec 17, 2023

The ci.yml is configured to run the phpunit tests on any push to the repository. This will run the tests for a matrix of PHP versions to ensure all major versions supported are properly tests.

In addition, if the tests all pass, code coverage for the tests will be generated and uploaded as an artifact of the run so they can be downloaded and examined. To support this I needed to specify which directories to be included in the code coverage in the phpunit.xml file.

This merge request does not clean up any of the Travis CI configuration at this point in time.

To see how this will work you can see the output on my local project: xsist10#1

The ci.yml is configured to run the phpunit tests on any push to the
repository. This will run the tests for a matrix of PHP versions to
ensure all major versions supported are properly tests.

In addition, if the tests all pass, code coverage for the tests will be
generated and uploaded as an artifact of the run so they can be
downloaded and examined. To support this I needed to specify which
directories to be included in the code coverage in the phpunit.xml file.
@greenlion greenlion merged commit 924ee80 into greenlion:master Dec 18, 2023
@greenlion
Copy link
Owner

Thank you for your contribution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants