mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 17:26:29 -05:00
977eece0d6
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>
7 lines
249 B
YAML
7 lines
249 B
YAML
# 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
|