mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 17:26:29 -05:00
ci(codecov): Wait for 2 builds to be submitted
This should stop Codecov from complaining about low coverage after only half the tests have finished. See: https://docs.codecov.com/docs/notifications#section-preventing-notifications-until-after-n-builds Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
7d8f1f3b10
commit
977eece0d6
1 changed files with 7 additions and 0 deletions
7
codecov.yml
Normal file
7
codecov.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
# SPDX-FileCopyrightText: 2021 The HedgeDoc developers (see AUTHORS file)
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
codecov:
|
||||
notify:
|
||||
# We currently have integration tests and E2E tests. Codecov should wait until both are done.
|
||||
after_n_builds: 2
|
Loading…
Reference in a new issue