Skip to content

Commit

Permalink
Merge pull request #55 from conduit-innovation/dev-main
Browse files Browse the repository at this point in the history
readme: update badges / info
  • Loading branch information
talss89 committed May 1, 2023
2 parents 194702a + c5c7cfe commit ddb1c48
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 37 deletions.
34 changes: 0 additions & 34 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,40 +9,6 @@
"type": "php",
"request": "launch",
"port": 9000
},
{
"name": "Launch currently open script",
"type": "php",
"request": "launch",
"program": "${file}",
"cwd": "${fileDirname}",
"port": 0,
"runtimeArgs": [
"-dxdebug.start_with_request=yes"
],
"env": {
"XDEBUG_MODE": "debug,develop",
"XDEBUG_CONFIG": "client_port=${port}"
}
},
{
"name": "Launch Built-in web server",
"type": "php",
"request": "launch",
"runtimeArgs": [
"-dxdebug.mode=debug",
"-dxdebug.start_with_request=yes",
"-S",
"localhost:0"
],
"program": "",
"cwd": "${workspaceRoot}",
"port": 9000,
"serverReadyAction": {
"pattern": "Development Server \\(http://localhost:([0-9]+)\\) started",
"uriFormat": "http://localhost:%s",
"action": "openExternally"
}
}
]
}
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
"coverage.cobertura.xml"
],
"coverage-gutters.coverageReportFileName": "coverage/dashboard.html",
"esbonio.sphinx.confDir": ""
"esbonio.sphinx.confDir": "",
"phpunit-test-workbench.phpunit.testDirectory": "unit/tests"
}
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# GorillaClaw
![Build](https://img.shields.io/github/actions/workflow/status/conduit-innovation/gorilla-claw/php.yml?style=flat)
![Coverage](https://raw.githubusercontent.com/conduit-innovation/gorilla-claw/image-data/coverage.svg)
[![Coverage](https://raw.githubusercontent.com/conduit-innovation/gorilla-claw/image-data/coverage.svg)](https://conduit-innovation.github.io/gorilla-claw/coverage)
[![API Doc](https://img.shields.io/badge/api--docs-incomplete-yellow)](https://conduit-innovation.github.io/gorilla-claw/api)
![Packagist PHP Version](https://img.shields.io/packagist/dependency-v/conduit/gorilla-claw/php)
![Wordpress Compatibility](https://img.shields.io/badge/wordpress->=5.9-blue)

WordPress action / filter runtime toolkit library, with monkey-patching capabilities.

Expand All @@ -13,7 +16,7 @@ WordPress action / filter runtime toolkit library, with monkey-patching capabili
- Uses fast Closures, not slow Reflection.
- *[Coming Soon] Profile individual handlers, or the entire hook*

The intention is that this library will be safe to use in production, with minimal performance overhead. However, until the `1.0.0` release, this should only be used for testing. But there is already full test coverage for releases.
The intention is that this library will be safe to use in production, with minimal performance overhead. However, until the `1.0.0` release, this should only be used for testing. But there is already [full test coverage for releases](https://conduit-innovation.github.io/gorilla-claw/coverage).

## Installation

Expand Down

0 comments on commit ddb1c48

Please sign in to comment.