-
Notifications
You must be signed in to change notification settings - Fork 63
Expand file tree
/
Copy path.codecov.yml
More file actions
35 lines (32 loc) · 832 Bytes
/
.codecov.yml
File metadata and controls
35 lines (32 loc) · 832 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
30
31
32
33
34
35
# Copyright 2019 - 2021 Alexander Grund
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICENSE_1_0.txt or copy at http://boost.org/LICENSE_1_0.txt)
#
# Sample codecov configuration file. Edit as required
codecov:
max_report_age: off
require_ci_to_pass: yes
notify:
# Increase this if you have multiple coverage collection jobs
after_n_builds: 1
wait_for_ci: yes
# Change how pull request comments look
comment:
layout: "reach,diff,flags,files,footer"
# Ignore specific files or folders. Glob patterns are supported.
# See https://docs.codecov.com/docs/ignoring-paths
ignore:
- bench/*
- bench/**/*
- doc/*
- doc/**/*
- examples/*
- examples/**/*
- extras/*
- extras/**/*
- scripts/*
- scripts/**/*
- test/*
- test/**/*
- tools/*
- tools/**/*