mirror of
https://github.com/danog/loop.git
synced 2024-11-26 20:04:44 +01:00
Submit to shepherd
This commit is contained in:
parent
1e492f2008
commit
919c1fefb1
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -46,7 +46,7 @@ jobs:
|
||||
run: |
|
||||
vendor/bin/phpunit --coverage-text --coverage-clover build/logs/clover.xml
|
||||
vendor/bin/php-cs-fixer --diff --dry-run -v fix
|
||||
vendor/bin/psalm
|
||||
vendor/bin/psalm --shepherd
|
||||
|
||||
- name: Upload coverage to Codecov
|
||||
env:
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
![Build status](https://github.com/danog/loop/workflows/build/badge.svg)
|
||||
[![codecov](https://codecov.io/gh/danog/loop/branch/master/graph/badge.svg)](https://codecov.io/gh/danog/loop)
|
||||
![Psalm coverage](https://shepherd.dev/github/danog/loop/coverage.svg)
|
||||
![License](https://img.shields.io/badge/license-MIT-blue.svg)
|
||||
|
||||
`danog/loop` provides a set of powerful async loop APIs for executing operations periodically or on demand, in background loops a-la threads.
|
||||
|
Loading…
Reference in New Issue
Block a user