Skip to content

Commit

Permalink
Codecov debug
Browse files Browse the repository at this point in the history
Signed-off-by: Lan Luo <[email protected]>
  • Loading branch information
luolanzone committed Mar 17, 2023
1 parent 99160cd commit fed1d6c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 8 additions & 1 deletion codecov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,14 @@ codecov:
# Show the Codecov status without waiting for other status checks to complete or pass.
require_ci_to_pass: no

comment: false
comment:
layout: "reach,diff,flags,tree"
behavior: default
require_changes: no
require_base: no
require_head: no
after_n_builds: 1
show_carryforward_flags: true

github_checks:
# Specify whether to use GitHub Checks annotations or normal statuses.
Expand Down
2 changes: 2 additions & 0 deletions multicluster/controllers/multicluster/stale_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -453,3 +453,5 @@ func (c *StaleResCleanupController) RunOnce() error {
}
return nil
}

// Test for codecov

0 comments on commit fed1d6c

Please sign in to comment.