You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -22,7 +22,7 @@ This repository contains a pre-configured test workflow designed for phpBB exten
22
22
- Files with executable permissions
23
23
- Code coverage reports via Codecov
24
24
25
-
## 🚀 How to Use
25
+
## How to Use
26
26
27
27
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.
28
28
@@ -69,7 +69,7 @@ Use the test-framework branch that matches the phpBB version you're developing f
69
69
- Your extension's package contents must be located at the root level of the repository. That is, the repository **must directly represent the package**, with all relevant files such as `composer.json`, `README`, `LICENSE`, etc. placed directly in the **root of the repository**, **not inside a subdirectory within the repository**.
70
70
- Tests must be defined in your repository using PHPUnit.
71
71
72
-
## 🛠 Configuration Options
72
+
## Configuration Options
73
73
74
74
You can fine-tune this workflow with several optional arguments in the `with` section:
75
75
@@ -267,6 +267,6 @@ Then, in your GitHub repository:
267
267
268
268
> 💡 You can view your coverage reports and badges by visiting your extension's page on [Codecov.io](https://codecov.io).
0 commit comments