Commit c06f9f0 1 parent 5a57bcd commit c06f9f0 Copy full SHA for c06f9f0
File tree 4 files changed +20
-5
lines changed
4 files changed +20
-5
lines changed Original file line number Diff line number Diff line change @@ -27,11 +27,18 @@ jobs:
27
27
npm run build
28
28
29
29
- name : PHPUnit
30
+ env :
31
+ XDEBUG_MODE : coverage
30
32
run : |
31
- php artisan test --log-junit junit.xml
33
+ php artisan test
32
34
33
35
- name : Upload test results to Codecov
34
36
if : ${{ !cancelled() }}
35
37
uses : codecov/test-results-action@v1
36
38
with :
37
39
token : ${{ secrets.CODECOV_TOKEN }}
40
+
41
+ - name : Upload coverage to Codecov
42
+ uses : codecov/codecov-action@v4
43
+ env :
44
+ CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change 14
14
Homestead.json
15
15
Homestead.yaml
16
16
auth.json
17
+ junit.xml
17
18
npm-debug.log
18
19
yarn-error.log
19
20
/.fleet
Original file line number Diff line number Diff line change 1
1
# Wifidog Auth (Laravel 6)
2
2
3
- [ ![ CircleCI] ( https://circleci.com/gh/wifidog/wifidog-auth-laravel.svg?style=svg )] ( https://circleci.com/gh/wifidog/wifidog-auth-laravel )
4
- [ ![ 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 )
5
- [ ![ codecov] ( https://codecov.io/gh/wifidog/wifidog-auth-laravel/branch/master/graph/badge.svg )] ( https://codecov.io/gh/wifidog/wifidog-auth-laravel )
3
+ [ ![ Docker Pulls] ( https://img.shields.io/docker/pulls/wifidog/wifidog-auth-laravel )] ( https://hub.docker.com/r/wifidog/wifidog-auth-laravel )
4
+ [ ![ codecov] ( https://codecov.io/github/wifidog/wifidog-auth-laravel/graph/badge.svg?token=KXFrMQY7vo )] ( https://codecov.io/github/wifidog/wifidog-auth-laravel )
6
5
[ ![ LICENSE] ( https://img.shields.io/badge/license-Anti%20996-blue.svg )] ( https://github.com/wifidog/wifidog-auth-laravel/blob/master/LICENSE )
7
6
8
- 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 ) .
7
+ This project provides a auth server for wifidog. For API details, please see the [ WiFiDog Protocol V1] ( https ://github.com/ wifidog/wifidog-auth-laravel/wiki ) .
9
8
10
9
## Features
11
10
Original file line number Diff line number Diff line change 30
30
<env name =" SESSION_DRIVER" value =" array" />
31
31
<env name =" TELESCOPE_ENABLED" value =" false" />
32
32
</php >
33
+ <logging >
34
+ <junit outputFile =" junit.xml" />
35
+ </logging >
36
+ <coverage >
37
+ <report >
38
+ <clover outputFile =" coverage.xml" />
39
+ </report >
40
+ </coverage >
33
41
</phpunit >
You can’t perform that action at this time.
0 commit comments