Skip to content

Commit 36f2305

Browse files
committed
Add detective bertie
1 parent 7bd2bc4 commit 36f2305

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
# test-framework
22

3-
Reusable GitHub Actions workflow for testing phpBB extensions across multiple environments.
3+
<img align="left" src="detective-bertie.png" alt="Detective Bertie running diagnostics" height="200" width="200">
44

5-
This repository provides a reusable GitHub Actions workflow designed for phpBB extension developers. It supports testing across PHP versions 7.2 through 8.x and database engines including MySQL, PostgreSQL, SQLite, and Microsoft SQL Server. Optional checks include PHP CodeSniffer, Extension Pre Validator (EPV), executable file detection, image ICC profile removal, and code coverage reporting via Codecov.
5+
This repository provides a reusable GitHub Actions workflow for phpBB extension developers.
66

7+
It supports testing phpBB extensions across multiple PHP versions and database engines including MySQL, PostgreSQL, SQLite, and Microsoft SQL Server.
8+
9+
Additional checks include PHP CodeSniffer, Extension Pre Validator (EPV), executable file detection, image ICC profile removal, and code coverage reporting via Codecov.
10+
<br clear="both"/>
11+
712
# How to Use
813

914
On GitHub.com, go to your extension's repository, click **Add file → Create new file**, name it `.github/workflows/tests.yml`, add the workflow content shown below, and commit the file. Make sure to replace `acme/demo` with your actual extension vendor/package name, and optionally you may adjust any of the branch names and other checks.

detective-bertie.png

332 KB
Loading

0 commit comments

Comments
 (0)