Skip to content

Commit 1760d87

Browse files
authored
Disable codecov (#734)
The CodeCov stats have been broken, throwing false negatives, for months. Let's disable them until we can figure out how to make them accurate/useful.
1 parent 4330caf commit 1760d87

File tree

1 file changed

+36
-36
lines changed

1 file changed

+36
-36
lines changed

codecov.yml

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -2,42 +2,42 @@
22
# Docs can be found here: https://docs.codecov.io/v4.3.0/docs/commit-status
33
coverage:
44
status:
5-
project:
6-
tests:
7-
target: 97%
8-
paths: "tests/"
9-
base: auto
10-
branches: null
11-
if_no_uploads: error
12-
if_not_found: success
13-
if_ci_failed: error
14-
only_pulls: false
15-
flags: null
16-
agent:
17-
target: auto
18-
# Overall coverage should never drop more then 0.5%
19-
threshold: 0.5
20-
paths: "elasticapm/"
21-
base: auto
22-
branches: null
23-
if_no_uploads: error
24-
if_not_found: success
25-
if_ci_failed: error
26-
only_pulls: false
27-
flags: null
28-
patch:
29-
default:
30-
target: auto
31-
# Allows PRs without tests, overall stats count
32-
threshold: 100
33-
base: auto
34-
branches: null
35-
if_no_uploads: error
36-
if_not_found: success
37-
if_ci_failed: error
38-
only_pulls: false
39-
flags: null
40-
paths: null
5+
project: off
6+
# tests:
7+
# target: 97%
8+
# paths: "tests/"
9+
# base: auto
10+
# branches: null
11+
# if_no_uploads: error
12+
# if_not_found: success
13+
# if_ci_failed: error
14+
# only_pulls: false
15+
# flags: null
16+
# agent:
17+
# target: auto
18+
# # Overall coverage should never drop more then 0.5%
19+
# threshold: 0.5
20+
# paths: "elasticapm/"
21+
# base: auto
22+
# branches: null
23+
# if_no_uploads: error
24+
# if_not_found: success
25+
# if_ci_failed: error
26+
# only_pulls: false
27+
# flags: null
28+
patch: off
29+
# default:
30+
# target: auto
31+
# # Allows PRs without tests, overall stats count
32+
# threshold: 100
33+
# base: auto
34+
# branches: null
35+
# if_no_uploads: error
36+
# if_not_found: success
37+
# if_ci_failed: error
38+
# only_pulls: false
39+
# flags: null
40+
# paths: null
4141

4242
# Disable comments on Pull Requests
4343
comment: false

0 commit comments

Comments
 (0)