2025-10-05 08:08:26 +02:00
|
|
|
---
|
|
|
|
|
# DESCRIPTION: codecov.io config
|
|
|
|
|
#
|
2026-01-27 02:24:34 +01:00
|
|
|
# This program is free software; you can redistribute it and/or modify it
|
|
|
|
|
# under the terms of either the GNU Lesser General Public License Version 3
|
|
|
|
|
# or the Perl Artistic License Version 2.0.
|
|
|
|
|
# SPDX-FileCopyrightText: 2020-2026 Wilson Snyder
|
2025-10-05 08:08:26 +02:00
|
|
|
# SPDX-License-Identifier: LGPL-3.0-only OR Artistic-2.0
|
|
|
|
|
####################
|
|
|
|
|
# Validate:
|
|
|
|
|
# curl --data-binary @.codecov.yml https://codecov.io/validate
|
|
|
|
|
#
|
|
|
|
|
coverage:
|
|
|
|
|
precision: 2
|
|
|
|
|
range: 75...100
|
|
|
|
|
round: down
|
|
|
|
|
status:
|
2025-11-01 19:11:47 +01:00
|
|
|
project: false
|
|
|
|
|
patch: false
|
2025-10-05 08:08:26 +02:00
|
|
|
comment: false
|