File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 54
54
run : composer phpstan
55
55
56
56
- name : Execute PHPUnit
57
- run : vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover
58
-
59
- - name : Code coverage
60
- if : " ${{ github.ref == 'refs/heads/master' }}"
61
- run : |
62
- bash <(curl -s https://codecov.io/bash)
57
+ run : vendor/bin/phpunit --coverage-text
Original file line number Diff line number Diff line change 3
3
[ ![ Latest Version] ( https://img.shields.io/github/tag/kevindierkx/laravel-domain-parser.svg?style=flat-square )] ( https://github.com/kevindierkx/laravel-domain-parser/tags )
4
4
[ ![ Software License] ( https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square )] ( LICENSE )
5
5
[ ![ Build Status] ( https://img.shields.io/github/workflow/status/kevindierkx/laravel-domain-parser/CI-CD/master?style=flat-square )] ( https://github.com/kevindierkx/laravel-domain-parser/actions )
6
- [ ![ Code Coverage] ( https://img.shields.io/codecov/c/github/kevindierkx/laravel-domain-parser?style=flat-square&token=JBWSCLFCPW )] ( https://codecov.io/gh/kevindierkx/laravel-domain-parser )
7
6
8
7
This Laravel package eases [ PHP Domain Parser] ( https://github.com/jeremykendall/php-domain-parser ) _ (PDP)_ integration in your Laravel application.
9
8
You can’t perform that action at this time.
0 commit comments