-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcodecov.yml
More file actions
25 lines (23 loc) · 744 Bytes
/
Copy pathcodecov.yml
File metadata and controls
25 lines (23 loc) · 744 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
# Codecov configuration.
#
# The Server/* transport hosts are excluded: they are live-socket glue that requires
# a server extension/library (ext-swoole for SwooleServer; amphp/http-server for
# AmpStreamingServer + AmpStreamTransport) and a real connection, so they are exercised
# by the cross-SDK conformance suite (`make conformance`) rather than unit tests.
# See phpunit.xml.dist and infection.json5.dist.
coverage:
status:
project:
default:
target: 95%
threshold: 1%
patch:
default:
informational: true
ignore:
- "src/Server/SwooleServer.php"
- "src/Server/AmpStreamingServer.php"
- "src/Server/AmpStreamTransport.php"
comment:
layout: "reach, diff, files"
require_changes: true