Skip to content

Commit 4551ce5

Browse files
committed
Increasing depth so that codecov can diff
1 parent e9fc39b commit 4551ce5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ jobs:
9494
steps:
9595
- name: "Checkout"
9696
uses: "actions/checkout@v2"
97+
with:
98+
fetch-depth: 2
9799

98100
- name: "Install PHP"
99101
uses: "shivammathur/setup-php@v2"
@@ -144,6 +146,8 @@ jobs:
144146
steps:
145147
- name: "Checkout"
146148
uses: "actions/checkout@v2"
149+
with:
150+
fetch-depth: 2
147151

148152
- name: "Install PHP"
149153
uses: "shivammathur/setup-php@v2"
@@ -189,6 +193,8 @@ jobs:
189193
steps:
190194
- name: "Checkout"
191195
uses: "actions/checkout@v2"
196+
with:
197+
fetch-depth: 2
192198

193199
- name: "Install PHP"
194200
uses: "shivammathur/setup-php@v2"
@@ -233,6 +239,8 @@ jobs:
233239
steps:
234240
- name: "Checkout"
235241
uses: "actions/checkout@v2"
242+
with:
243+
fetch-depth: 2
236244

237245
- name: "Install PHP"
238246
uses: "shivammathur/setup-php@v2"
@@ -282,6 +290,8 @@ jobs:
282290
steps:
283291
- name: "Checkout"
284292
uses: "actions/checkout@v2"
293+
with:
294+
fetch-depth: 2
285295

286296
- name: "Install PHP"
287297
uses: "shivammathur/setup-php@v2"

0 commit comments

Comments
 (0)