-
Notifications
You must be signed in to change notification settings - Fork 21
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
Add test coverage report #864
Labels
type: technical debt
This issue/PR represents/solves the technical debt of the project.
Comments
nima-karimi
added
the
type: technical debt
This issue/PR represents/solves the technical debt of the project.
label
Jul 7, 2021
For the front-end tests/jest we can start with just |
tomalec
added a commit
that referenced
this issue
Aug 3, 2021
Add report to .gitignore. Please note, it only reports on touched files. Partially addreses #864
Merged
After updating to phpunit 9.5 in PR #1867, as long as we have a PHP version with xdebug installed then a coverage report can be produced as follows.
<coverage>
<include>
<directory suffix=".php">./src</directory>
<directory suffix=".php">./views</directory>
<file>google-listings-and-ads.php</file>
</include>
</coverage>
|
Update: A codecov report has been added in #1915 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add a test coverage report for unit tests and include a check for Travis.
Some useful links:
The text was updated successfully, but these errors were encountered: