We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6991469 commit 9d6abceCopy full SHA for 9d6abce
.travis.yml
@@ -4,7 +4,10 @@ php:
4
- 8.0
5
- 8.1
6
7
-install:
+env:
8
+ - XDEBUG_MODE=coverage
9
+
10
+before_script:
11
- travis_retry composer install --no-interaction
12
13
script:
codecov.yml
@@ -0,0 +1,4 @@
1
+coverage:
2
+ precision: 2
3
+ round: down
+ range: "90...100"
readme.md
@@ -3,6 +3,8 @@ JsonApi - Laravel Resource
A Lightweight [{JSON:API}](https://jsonapi.org/) Resource for Laravel.
+[](https://app.travis-ci.com/Ark4ne/laravel-json-api)
# Installation
```shell
composer require ark4ne/laravel-json-api
0 commit comments