Skip to content

Commit

Permalink
Removing @codeCoverageIgnore for functions with tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gudmdharalds committed Feb 1, 2022
1 parent cdac6cc commit 31aac13
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions main.php
Original file line number Diff line number Diff line change
Expand Up @@ -2114,8 +2114,6 @@ function vipgoci_run_scan_max_exec_time(
* @param array $options Array of options.
*
* @return void
*
* @codeCoverageIgnore
*/
function vipgoci_run_scan_skip_execution( array &$options ) :void {
/*
Expand Down Expand Up @@ -2476,8 +2474,6 @@ function vipgoci_run_scan_reviews_comments_enforce_maximum(
* @param array $prs_comments_maxed Array of PRs with maximum number of
* comments reached.
* @return void
*
* @codeCoverageIgnore
*/
function vipgoci_run_scan_total_comments_max_warning_post(
array &$options,
Expand Down

0 comments on commit 31aac13

Please sign in to comment.