Skip to content

Commit 2c9ab13

Browse files
committed
fix coverage
1 parent b0408e6 commit 2c9ab13

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ jobs:
2020

2121
steps:
2222
- name: Checkout code
23-
uses: actions/checkout@v2
23+
uses: actions/checkout@v3
24+
with:
25+
fetch-depth: 1
2426

2527
- name: Setup PHP
2628
uses: shivammathur/setup-php@v2

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@
1919
"laminas/laminas-diactoros": "^2.24.0",
2020
"phpstan/phpstan": "^0.12.57",
2121
"phpstan/phpstan-phpunit": "^0.12.16",
22-
"roave/security-advisories": "dev-master",
23-
"scrutinizer/ocular": "^1.9"
22+
"roave/security-advisories": "dev-master"
2423
},
2524
"repositories": [
2625
{

0 commit comments

Comments
 (0)