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:
David Mehren 2021-12-05 22:22:46 +01:00
parent 7d8f1f3b10
commit 977eece0d6
No known key found for this signature in database
GPG key ID: 185982BA4C42B7C3

7
codecov.yml Normal file
View 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