Skip to content

Commit 886b57e

Browse files
committed
Removed codecov
1 parent eb1f795 commit 886b57e

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,4 @@ jobs:
5454
run: composer phpstan
5555

5656
- 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

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
[![Latest Version](https://img.shields.io/github/tag/kevindierkx/laravel-domain-parser.svg?style=flat-square)](https://github.com/kevindierkx/laravel-domain-parser/tags)
44
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)
55
[![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)
76

87
This Laravel package eases [PHP Domain Parser](https://github.com/jeremykendall/php-domain-parser) _(PDP)_ integration in your Laravel application.
98

0 commit comments

Comments
 (0)