forked from boostorg/mqtt5
Summary: related to T13767 T13767 Reviewers: ivica Reviewed By: ivica Subscribers: miljen, iljazovic Differential Revision: https://repo.mireo.local/D29686
35 lines
699 B
YAML
35 lines
699 B
YAML
#
|
|
# Copyright (c) 2023-2024 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:
|
|
- ".*/async_mqtt5/::include/async_mqtt5/"
|