2025-10-05 08:08:26 +02:00
|
|
|
---
|
|
|
|
|
# DESCRIPTION: codecov.io config
|
|
|
|
|
#
|
|
|
|
|
# Copyright 2020-2025 by Wilson Snyder. 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-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
|