Added build status badge
This commit is contained in:
parent
353b163471
commit
f0469a7d54
5
.github/workflows/php.yml
vendored
5
.github/workflows/php.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: PHPUnit Tests
|
name: Build
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@ -34,8 +34,5 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: composer install --prefer-dist --no-progress
|
run: composer install --prefer-dist --no-progress
|
||||||
|
|
||||||
# Add a test script to composer.json, for instance: "test": "vendor/bin/phpunit"
|
|
||||||
# Docs: https://getcomposer.org/doc/articles/scripts.md
|
|
||||||
|
|
||||||
- name: Run test suite
|
- name: Run test suite
|
||||||
run: XDEBUG_MODE=coverage ./vendor/bin/phpunit tests --coverage-filter src --coverage-text
|
run: XDEBUG_MODE=coverage ./vendor/bin/phpunit tests --coverage-filter src --coverage-text
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# taproot/indieauth
|
# taproot/indieauth
|
||||||
|
|
||||||
|
![Build Status](https://github.com/taproot/indieauth/actions/workflows/php.yml/badge.svg?branch=main)
|
||||||
|
|
||||||
A PSR-7-compatible implementation of the request-handling logic for IndieAuth authorization endpoints
|
A PSR-7-compatible implementation of the request-handling logic for IndieAuth authorization endpoints
|
||||||
and token endpoints.
|
and token endpoints.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user