Skip to content

Commit 56083dc

Browse files
authored
Merge pull request #155 from kethinov/various-maintenance
various maintenance
2 parents 802c6f2 + fd82643 commit 56083dc

File tree

5 files changed

+1959
-2001
lines changed

5 files changed

+1959
-2001
lines changed

.github/workflows/.ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,3 @@ jobs:
2222
- run: npm ci
2323
- run: npm run lint
2424
- run: npm run coverage
25-
- run: npm run codecov
26-
env:
27-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# node-php-runner
22

33
[![Build Status](https://github.com/rooseveltframework/express-php-view-engine/workflows/CI/badge.svg
4-
)](https://github.com/rooseveltframework/express-php-view-engine/actions?query=workflow%3ACI) [![codecov](https://codecov.io/gh/rooseveltframework/express-php-view-engine/branch/master/graph/badge.svg)](https://codecov.io/gh/rooseveltframework/express-php-view-engine) [![npm](https://img.shields.io/npm/v/php.svg)](https://www.npmjs.com/package/php)
4+
)](https://github.com/rooseveltframework/express-php-view-engine/actions?query=workflow%3ACI) [![npm](https://img.shields.io/npm/v/php.svg)](https://www.npmjs.com/package/php)
55

66
This module allows you to run [PHP](https://php.net) code in Node.js in various ways:
77

@@ -97,7 +97,7 @@ app.get('/', (req, res) => {
9797
Disable registering on a per render basis in `runWithData` (though if you're doing this, you probably should just use `php.run()` instead, as that method was written to use simpler logic that doesn't support passing data to PHP):
9898

9999
```js
100-
const output = await php.runWithData('some_php_script.php', {
100+
const output = await php.runWithData('some_php_script.php', {
101101
_REGISTER_GLOBAL_MODEL: false,
102102
hello: 'world'
103103
})

eslint.config.js

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)