mirror of
https://github.com/boostorg/mqtt5.git
synced 2025-06-24 20:01:31 +02:00
Summary: related to T15996 updates copyright year to 2025 Reviewers: ivica Reviewed By: ivica Subscribers: iljazovic, miljen Differential Revision: https://repo.mireo.local/D33759
35 lines
699 B
YAML
35 lines
699 B
YAML
#
|
|
# Copyright (c) 2023-2025 Ivica Siladic, Bruno Iljazovic, Korina Simicevic
|
|
#
|
|
# Distributed under the Boost Software License, Version 1.0.
|
|
# (See accompanying file LICENSE or copy at http://www.boost.org/LICENSE_1_0.txt)
|
|
#
|
|
|
|
codecov:
|
|
require_ci_to_pass: true
|
|
|
|
comment:
|
|
behavior: default
|
|
layout: reach,diff,flags,tree,reach
|
|
show_carryforward_flags: false
|
|
|
|
coverage:
|
|
precision: 2
|
|
round: down
|
|
status:
|
|
changes: false
|
|
default_rules:
|
|
flag_coverage_not_uploaded_behavior: include
|
|
patch:
|
|
default:
|
|
informational: true
|
|
project:
|
|
default:
|
|
informational: true
|
|
|
|
github_checks:
|
|
annotations: true
|
|
|
|
fixes:
|
|
- ".*/boost/mqtt5/::include/boost/mqtt5/"
|