mirror of
https://github.com/danog/loop.git
synced 2024-11-30 04:19:04 +01:00
Do not collect coverage
This commit is contained in:
parent
61bf6fffa6
commit
21eeab8680
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
@ -47,11 +47,3 @@ jobs:
|
||||
vendor/bin/phpunit --coverage-text --coverage-clover build/logs/clover.xml
|
||||
vendor/bin/php-cs-fixer --diff --dry-run -v fix
|
||||
vendor/bin/psalm
|
||||
|
||||
- name: Collect code coverage
|
||||
if: success() && matrix.php-versions == '7.4' && matrix.os == 'ubuntu-latest'
|
||||
env:
|
||||
COVERALLS_REPO_TOKEN: ${{secrets.COVERALLS_REPO_TOKEN}}
|
||||
run: |
|
||||
composer global require twinh/php-coveralls
|
||||
php-coveralls --verbose
|
||||
|
@ -1,7 +1,6 @@
|
||||
# IPC
|
||||
|
||||
![Build status](https://github.com/danog/loop/workflows/build/badge.svg)
|
||||
[![Coverage Status](https://coveralls.io/repos/github/danog/loop/badge.svg?branch=master)](https://coveralls.io/github/danog/loop?branch=master)
|
||||
![License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)
|
||||
|
||||
`danog/loop` provides a very useful set of async loop APIs based on [AMPHP](https://amphp.org), for executing operations periodically or on demand, in background loops a-la threads.
|
||||
|
Loading…
Reference in New Issue
Block a user