Skip to content

Commit

Permalink
fix codecov after n builds
Browse files Browse the repository at this point in the history
  • Loading branch information
eruizalo committed Nov 6, 2024
1 parent 601eae3 commit 1cbf566
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ codecov:
branch: main
notify:
wait_for_ci: true
after_n_builds: 5
after_n_builds: 6

coverage:
precision: 2
Expand Down Expand Up @@ -37,4 +37,4 @@ comment:
layout: "reach,diff,flags,files,footer"
behavior: once # once: update, if exists. Otherwise, post new. Skip if deleted.
require_changes: false # if true: only post the comment if coverage changes
after_n_builds: 5
after_n_builds: 6

0 comments on commit 1cbf566

Please sign in to comment.