Skip to content

Commit

Permalink
opt: code coverage by codecov. wifidog#27
Browse files Browse the repository at this point in the history
  • Loading branch information
sinkcup authored Jun 21, 2019
1 parent 7e0a766 commit d729b59
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,4 @@ jobs: # a collection of steps
command: |
./lint.sh
./phpunit.sh
bash <(curl -s https://codecov.io/bash)
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
/.vagrant
Homestead.json
Homestead.yaml
clover.xml
npm-debug.log
yarn-error.log
.env
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

[![CircleCI](https://circleci.com/gh/wifidog/wifidog-auth-laravel.svg?style=svg)](https://circleci.com/gh/wifidog/wifidog-auth-laravel)
[![Docker Cloud Build Status](https://img.shields.io/docker/cloud/build/wifidog/wifidog-auth-laravel.svg)](https://hub.docker.com/r/wifidog/wifidog-auth-laravel)
[![codecov](https://codecov.io/gh/wifidog/wifidog-auth-laravel/branch/master/graph/badge.svg)](https://codecov.io/gh/wifidog/wifidog-auth-laravel)
[![LICENSE](https://img.shields.io/badge/license-Anti%20996-blue.svg)](https://github.com/wifidog/wifidog-auth-laravel/blob/master/LICENSE)

This project provides a auth server for wifidog. For API details, please see the [WiFiDog Protocol V1](http://dev.wifidog.org/wiki/doc/developer/WiFiDogProtocol_V1).
Expand Down
3 changes: 3 additions & 0 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
<directory suffix=".php">./app</directory>
</whitelist>
</filter>
<logging>
<log type="coverage-clover" target="clover.xml"/>
</logging>
<php>
<server name="APP_ENV" value="testing"/>
<server name="BCRYPT_ROUNDS" value="4"/>
Expand Down

0 comments on commit d729b59

Please sign in to comment.