-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcodecov.yml
More file actions
29 lines (28 loc) · 976 Bytes
/
codecov.yml
File metadata and controls
29 lines (28 loc) · 976 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#
# SPDX-FileCopyrightText: 2025 INFO.nl
# SPDX-License-Identifier: EUPL-1.2+
#
# When modifying this file, please check if it is valid using the following command:
# `curl --data-binary @codecov.yml https://codecov.io/validate`
# See: https://docs.codecov.com/docs/codecov-yaml
codecov:
notify:
# only notify Codecov after two builds because we want to make sure
# that the reported coverage from our GitHub workflow includes both
# our frontend and backend test coverage
after_n_builds: 2
max_report_age: off
coverage:
status:
project:
default:
# Allow the coverage to drop a little bit before failing the Codecov check.
# This to avoid failing Codecov checks when the coverage drops with e.g. 0.01%
# even when there are no changes made to the code.
threshold: "1"
flag_management:
individual_flags:
- name: backendunittests
after_n_builds: 1
- name: frontendunittests
after_n_builds: 1