Skip to content

Commit

Permalink
Increase minimum runs before coverage report is issued (#1596)
Browse files Browse the repository at this point in the history
* Increase minimum runs for coverage checks

* Update to 10
  • Loading branch information
tunetheweb committed Oct 11, 2021
1 parent 4b5ce1d commit 8b5e89d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,7 @@ codecov:
disable_default_path_fixes: no
require_ci_to_pass: yes
notify:
# We have 4 versions of python, 4 dbt and 2 windows checks
# So after 6 tests at least one python and one dbt check will
# have run, meaning we should have accurate coverage. We'll
# go with 7 for luck and in case we add any other tests.
after_n_builds: 7
after_n_builds: 10
wait_for_ci: yes

coverage:
Expand Down

0 comments on commit 8b5e89d

Please sign in to comment.