diff --git a/codecov.yml b/codecov.yml index 5b98383158d..db202bf69e1 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,53 +1,37 @@ -{ - "codecov": { - "require_ci_to_pass": true - }, - "comment": { - "behavior": "default", - "require_base": false, - "require_changes": true, - "require_head": true - - }, - "github_checks": { - "annotations": false - }, - "coverage": { - "precision": 2, - "round": "down", - "status": { - "changes": false, - "patch": { - "default": {} - }, - "project": { - "default": { - "target": 50% - } - } - } - }, - "ignore": [ - "^app/Console/.*", - "^app/Exceptions/.*", - "^app/Http/ControllersFunctions/Diagnostics/.*", - "^app/Http/Controllers/Auth/.*", - "^app/Http/Middleware/LoginCheck.*", - "^app/Http/Middleware/VerifyCsrfToken.*", - "^app/Http/Middleware/RedirectIfAuthenticated.*", - "^app/Providers/BroadcastServiceProvider.*" - ], - "parsers": { - "gcov": { - "branch_detection": { - "conditional": true, - "loop": true, - "macro": false, - "method": false - } - }, - "javascript": { - "enable_partials": false - } - } -} +--- +codecov: + require_ci_to_pass: true +comment: + behavior: default + require_base: false + require_changes: true + require_head: true +github_checks: + annotations: false +coverage: + precision: 2 + round: down + status: + changes: false + patch: off + project: + default: + target: 50% +ignore: +- "^app/Console/.*" +- "^app/Exceptions/.*" +- "^app/Http/ControllersFunctions/Diagnostics/.*" +- "^app/Http/Controllers/Auth/.*" +- "^app/Http/Middleware/LoginCheck.*" +- "^app/Http/Middleware/VerifyCsrfToken.*" +- "^app/Http/Middleware/RedirectIfAuthenticated.*" +- "^app/Providers/BroadcastServiceProvider.*" +parsers: + gcov: + branch_detection: + conditional: true + loop: true + macro: false + method: false + javascript: + enable_partials: false diff --git a/readme.md b/readme.md index b64152498f4..8179fb1bb01 100644 --- a/readme.md +++ b/readme.md @@ -1,8 +1,7 @@
[![GitHub Release][release-shield]](https://github.com/LycheeOrg/Lychee/releases) -[![PHP 8.0][php-8.0-shield]](https://lycheeorg.github.io/docs/#server-requirements) -[![PHP 8.1][php-8.1-shield]](https://lycheeorg.github.io/docs/#server-requirements) +[![PHP 8.0 & 8.1][php-shield]](https://lycheeorg.github.io/docs/#server-requirements) [![MIT License][license-shield]](https://github.com/LycheeOrg/Lychee/blob/master/LICENSE)