blob: 167a6c11a54e6cef818662ecb269ad04f99d9d38 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
coverage:
status:
# Codecov shouldn't put red x's on pull requests
# https://docs.codecov.io/docs/common-recipe-list#set-non-blocking-status-checks
project:
default:
informational: true
patch:
default:
informational: true
comment:
layout: diff, files
behavior: new
|