Skip to content

Commit ad4f5e3

Browse files
committed
Update .codecov.yml & .travis.yml
1 parent 10898c9 commit ad4f5e3

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

.codecov.yml

+3-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
codecov:
2-
notify:
3-
after_n_builds: null
4-
require_ci_to_pass: yes
2+
require_ci_to_pass: yes
53

64
coverage:
75
precision: 2
86
round: down
9-
range: "75...100"
7+
range: "70...100"
108

119
status:
1210
project: yes
@@ -22,7 +20,6 @@ parsers:
2220
macro: no
2321

2422
comment:
25-
layout: header, diff
26-
branches: *
23+
layout: "reach,diff,flags,files,footer"
2724
behavior: default
2825
require_changes: no

.travis.yml

-3
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,13 @@ env:
99

1010
php:
1111
- 7.4
12-
- 8.0
1312

1413
matrix:
1514
fast_finish: true
1615

1716
include:
1817
- php: 7.4
1918
env: SETUP=lowest
20-
- php: 8.0
21-
env: SETUP=lowest
2219

2320
cache:
2421
directories:

0 commit comments

Comments
 (0)