Skip to content

Commit 9dc5b7e

Browse files
committed
Readme updates
1 parent d6057ef commit 9dc5b7e

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
# phpBB Extension Test Framework
22

3-
<img align="left" src="https://raw.githubusercontent.com/phpbb/website-assets/master/images/images/extensions/detective-bertie.png" alt="Detective Bertie running diagnostics" height="200" width="200">
3+
<img align="left" src="https://raw.githubusercontent.com/phpbb/website-assets/master/images/images/extensions/detective-bertie.png" alt="Detective Bertie running diagnostics" height="250" width="250">
44

55
This repository provides a reusable GitHub Actions workflow for phpBB extension developers.
66

77
It supports testing phpBB extensions across multiple PHP versions and database engines including MySQL, PostgreSQL, SQLite, and Microsoft SQL Server.
88

99
Additional checks include PHP CodeSniffer, Extension Pre Validator (EPV), executable file detection, image ICC profile removal, and code coverage reporting via Codecov.
10+
11+
[![Build](https://github.com/phpbb-extensions/test-framework/actions/workflows/validate_workflows.yml/badge.svg)](https://github.com/phpbb-extensions/test-framework/actions/workflows/validate_workflows.yml)
12+
[![Tests](https://github.com/phpbb/phpbb-ext-acme-demo/actions/workflows/tests.yml/badge.svg)](https://github.com/phpbb/phpbb-ext-acme-demo/actions/workflows/tests.yml)
1013
<br clear="both"/>
1114

1215
# How to Use
@@ -37,7 +40,7 @@ jobs:
3740
name: Extension tests
3841
uses: phpbb-extensions/test-framework/.github/workflows/[email protected]
3942
with:
40-
EXTNAME: acme/demo # Your extension vendor/package name
43+
EXTNAME: acme/demo # Your extension vendor/package name (required)
4144
```
4245
4346
## phpBB Branches
@@ -62,7 +65,7 @@ call-tests:
6265
name: Extension tests
6366
uses: phpbb-extensions/test-framework/.github/workflows/[email protected]
6467
with:
65-
EXTNAME: acme/demo # Your extension vendor/package name
68+
EXTNAME: acme/demo # Your extension vendor/package name (required)
6669
6770
# OPTIONAL CONFIGURATIONS BELOW
6871
# The following arguments are optional and can be omitted if not needed.

0 commit comments

Comments
 (0)