-
Notifications
You must be signed in to change notification settings - Fork 1
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
DO_NOT_MERGE: test #8
base: main
Are you sure you want to change the base?
Conversation
This comment has been minimized.
This comment has been minimized.
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.
Review for uncovered lines
/* }}} */ | ||
|
||
/* {{{ PHP_MINFO_FUNCTION */ | ||
PHP_MINFO_FUNCTION(conga) |
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.
These lines are not covered by tests.
php_info_print_table_start(); | ||
php_info_print_table_row(2, "conga support", "enabled"); | ||
php_info_print_table_end(); | ||
} |
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.
These lines are not covered by tests.
Code Metrics Report
Details | | main (40a0351) | #8 (b2b760e) | +/- |
|-----------|----------------|--------------|--------|
+ | Coverage | 75.0% | 100.0% | +25.0% |
| Files | 1 | 1 | 0 |
| Lines | 20 | 20 | 0 |
+ | Covered | 15 | 20 | +5 | Code coverage of files in pull request scope (0.0% → 100.0%)
Reported by octocov |
32ccca9
to
8f475ad
Compare
No description provided.