-
Notifications
You must be signed in to change notification settings - Fork 537
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhancement: Collect and report code coverage from running unit tests #944
Conversation
4d28506
to
5a95809
Compare
🚀 Commit 9705aae Deployed on https://web-php-pr-944.preview.thephp.foundation |
.github/workflows/integrate.yaml
Outdated
uses: "codecov/codecov-action@v4.0.1" | ||
with: | ||
files: ".build/phpunit/logs/clover.xml" | ||
token: "${{ secrets.CODECOV_TOKEN }}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Requires setting up an integration with https://about.codecov.io.
5a95809
to
7ac2f44
Compare
Welcome to Codecov 🎉Once merged to your default branch, Codecov will compare your coverage reports and display the results in this comment. Thanks for integrating Codecov - We've got you covered ☂️ |
7ac2f44
to
1cc125a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's try, thanks!
Thank you, @saundefined! |
This pull request