Added build status badge

This commit is contained in:
Barnaby Walters 2021-06-15 00:20:14 +02:00
parent 353b163471
commit f0469a7d54
2 changed files with 3 additions and 4 deletions

View File

@ -1,4 +1,4 @@
name: PHPUnit Tests
name: Build
on:
push:
@ -34,8 +34,5 @@ jobs:
- name: Install dependencies
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
run: XDEBUG_MODE=coverage ./vendor/bin/phpunit tests --coverage-filter src --coverage-text

View File

@ -1,5 +1,7 @@
# 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
and token endpoints.