Skip to content

Commit 9d6abce

Browse files
committed
codecov: enable
1 parent 6991469 commit 9d6abce

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

.travis.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ php:
44
- 8.0
55
- 8.1
66

7-
install:
7+
env:
8+
- XDEBUG_MODE=coverage
9+
10+
before_script:
811
- travis_retry composer install --no-interaction
912

1013
script:

codecov.yml

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
coverage:
2+
precision: 2
3+
round: down
4+
range: "90...100"

readme.md

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ JsonApi - Laravel Resource
33

44
A Lightweight [{JSON:API}](https://jsonapi.org/) Resource for Laravel.
55

6+
[![Build Status](https://app.travis-ci.com/Ark4ne/laravel-json-api.svg?branch=master)](https://app.travis-ci.com/Ark4ne/laravel-json-api)
7+
68
# Installation
79
```shell
810
composer require ark4ne/laravel-json-api

0 commit comments

Comments
 (0)