hedgedoc/codecov.yml
Tilman Vatteroth 9fae96f622 fix(ci): move codecov config to top-level
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
2022-11-20 23:02:13 +01:00

11 lines
345 B
YAML

# SPDX-FileCopyrightText: 2022 The HedgeDoc developers (see AUTHORS file)
# SPDX-License-Identifier: CC0-1.0
ignore:
- "backend/src/utils/test-utils"
- "backend/src/realtime/realtime-note/test-utils"
codecov:
notify:
# We currently have integration tests and E2E tests. Codecov should wait until both are done.
after_n_builds: 2