Skip to content

Commit 1a056bc

Browse files
authored
Merge pull request #221 from moufmouf/github_actions
Increasing depth so that codecov can diff
2 parents a1703c8 + 4551ce5 commit 1a056bc

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
@@ -97,6 +97,8 @@ jobs:
9797
steps:
9898
- name: "Checkout"
9999
uses: "actions/checkout@v2"
100+
with:
101+
fetch-depth: 2
100102

101103
- name: "Install PHP"
102104
uses: "shivammathur/setup-php@v2"
@@ -147,6 +149,8 @@ jobs:
147149
steps:
148150
- name: "Checkout"
149151
uses: "actions/checkout@v2"
152+
with:
153+
fetch-depth: 2
150154

151155
- name: "Install PHP"
152156
uses: "shivammathur/setup-php@v2"
@@ -192,6 +196,8 @@ jobs:
192196
steps:
193197
- name: "Checkout"
194198
uses: "actions/checkout@v2"
199+
with:
200+
fetch-depth: 2
195201

196202
- name: "Install PHP"
197203
uses: "shivammathur/setup-php@v2"
@@ -236,6 +242,8 @@ jobs:
236242
steps:
237243
- name: "Checkout"
238244
uses: "actions/checkout@v2"
245+
with:
246+
fetch-depth: 2
239247

240248
- name: "Install PHP"
241249
uses: "shivammathur/setup-php@v2"
@@ -285,6 +293,8 @@ jobs:
285293
steps:
286294
- name: "Checkout"
287295
uses: "actions/checkout@v2"
296+
with:
297+
fetch-depth: 2
288298

289299
- name: "Install PHP"
290300
uses: "shivammathur/setup-php@v2"

0 commit comments

Comments
 (0)