mirror of
https://github.com/egulias/EmailValidator.git
synced 2026-08-30 03:59:20 +00:00
Badges and Scrutinezr config (#366)
* Codacy badges and removing Scrutinizr config
This commit is contained in:
committed by
GitHub
parent
178d148438
commit
97c28cd611
@@ -1,4 +1,4 @@
|
||||
name: tests
|
||||
name: build
|
||||
|
||||
on:
|
||||
push:
|
||||
|
||||
@@ -1,13 +0,0 @@
|
||||
imports:
|
||||
- php
|
||||
|
||||
build:
|
||||
environment:
|
||||
php: "8.1"
|
||||
tests:
|
||||
override:
|
||||
- command: "vendor/bin/phpunit --coverage-clover=clover.xml --exclude-group flaky"
|
||||
coverage:
|
||||
file: "build/logs/clover.xml"
|
||||
format: "clover"
|
||||
- php-scrutinizer-run
|
||||
@@ -1,8 +1,8 @@
|
||||
# EmailValidator
|
||||
|
||||
[](https://github.com/egulias/EmailValidator/actions)
|
||||
[](https://scrutinizer-ci.com/g/egulias/EmailValidator/?branch=4.x)
|
||||
[](https://scrutinizer-ci.com/g/egulias/EmailValidator/?branch=4.x)
|
||||
[](https://app.codacy.com/gh/egulias/EmailValidator/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
|
||||
[](https://app.codacy.com/gh/egulias/EmailValidator/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_coverage)
|
||||
|
||||
A library for validating emails against several RFC.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user