mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 17:26:29 -05:00
ce29cc0a2e
Signed-off-by: Philip Molares <philip.molares@udo.edu> Signed-off-by: Erik Michelson <github@erik.michelson.eu> Co-authored-by: Erik Michelson <github@erik.michelson.eu> Co-authored-by: Philip Molares <philip.molares@udo.edu> Co-authored-by: Tilman Vatteroth <git@tilmanvatteroth.de> Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
11 lines
329 B
YAML
11 lines
329 B
YAML
# SPDX-FileCopyrightText: 2022 The HedgeDoc developers (see AUTHORS file)
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
ignore:
|
|
- "src/utils/test-utils"
|
|
- "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
|