We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 unit or integration tests for these functions as they are missing coverage currently:
vipgoci_autoapproval_do_approve()
vipgoci_auto_approval_non_approval()
vipgoci_auto_approval_scan_commit()
vipgoci_cached_indication_str()
vipgoci_github_approve_pr()
vipgoci_github_authenticated_user_get()
vipgoci_github_pr_comments_cleanup()
vipgoci_github_pr_comments_generic_submit()
vipgoci_github_pr_generic_comment_delete()
vipgoci_github_pr_generic_comments_get_all()
vipgoci_github_pr_review_dismiss()
vipgoci_github_pr_reviews_comments_delete()
vipgoci_github_pr_reviews_dismiss_with_non_active_comments()
vipgoci_report_submit_pr_review_from_results()
vipgoci_http_api_fetch_url()
vipgoci_http_api_post_url()
vipgoci_http_api_put_url()
vipgoci_github_rate_limit_usage()
vipgoci_option_skip_folder_handle()
vipgoci_phpcs_scan_output_dump()
vipgoci_results_filter_comments_to_max()
vipgoci_results_remove_existing_github_comments()
vipgoci_report_submit_pr_generic_comment_from_results()
vipgoci_report_maybe_no_issues_found()
Also, consider the following:
vipgoci_sysxit()
exit()
$bypass_cache
vipgoci_github_prs_implicated()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Add unit or integration tests for these functions as they are missing coverage currently:
vipgoci_autoapproval_do_approve()
vipgoci_auto_approval_non_approval()
vipgoci_auto_approval_scan_commit()
, Renaming various functions, dedicated file for results #102vipgoci_cached_indication_str()
, Adding a few unit-tests, replacing assertEquals() with assertSame() #167vipgoci_github_approve_pr()
vipgoci_github_authenticated_user_get()
, Adding a few unit-tests, replacing assertEquals() with assertSame() #167vipgoci_github_pr_comments_cleanup()
vipgoci_github_pr_comments_generic_submit()
vipgoci_github_pr_generic_comment_delete()
vipgoci_github_pr_generic_comments_get_all()
vipgoci_github_pr_review_dismiss()
vipgoci_github_pr_reviews_comments_delete()
vipgoci_github_pr_reviews_dismiss_with_non_active_comments()
vipgoci_report_submit_pr_review_from_results()
vipgoci_http_api_fetch_url()
-- better testing is needed.vipgoci_http_api_post_url()
vipgoci_http_api_put_url()
vipgoci_github_rate_limit_usage()
, Adding a few unit-tests, replacing assertEquals() with assertSame() #167vipgoci_option_skip_folder_handle()
, Adding a few unit-tests, replacing assertEquals() with assertSame() #167vipgoci_phpcs_scan_output_dump()
vipgoci_results_filter_comments_to_max()
, Adding a few unit-tests, replacing assertEquals() with assertSame() #167vipgoci_results_remove_existing_github_comments()
vipgoci_report_submit_pr_generic_comment_from_results()
vipgoci_report_maybe_no_issues_found()
Also, consider the following:
vipgoci_sysxit()
, but withexit()
disabled. See Add vipgoci_sysexit() unit test #200.$bypass_cache
parameter tovipgoci_github_prs_implicated()
. See Special exit status when no implicated PR was found, retry fetching PRs #199.The text was updated successfully, but these errors were encountered: