2017 © Pedro Peláez
 

library phpci-istanbul

npm mocha plugin for PHPCI

image

sergiu-paraschiv/phpci-istanbul

npm mocha plugin for PHPCI

  • Wednesday, May 18, 2016
  • by sergiu-paraschiv
  • Repository
  • 1 Watchers
  • 1 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

PHPCI-istanbul

Istanbul reporter for PHPCI

Add this to composer.json:, (*1)

composer require sergiu-paraschiv/phpci-istanbul

Then the task to phpci.yml:, (*2)

\SergiuParaschiv\PHPCI\Plugin\Istanbul:
    directory: "frontend"
    command: "npm run -s coverage:ci"
    outputDirectory: "../../../../public/coverage/frontend"

Npm should run with the -s flag., (*3)

coverage:ci in package.json should be "istanbul cover --dir $DIR --root app _mocha -- --recursive app/test", (*4)

The Versions

18/05 2016

dev-master

9999999-dev

npm mocha plugin for PHPCI

  Sources   Download

by Sergiu Paraschiv

18/05 2016

v2.1

2.1.0.0

npm mocha plugin for PHPCI

  Sources   Download

by Sergiu Paraschiv

18/05 2016

v2.0

2.0.0.0

npm mocha plugin for PHPCI

  Sources   Download

by Sergiu Paraschiv

18/05 2016

v1.2

1.2.0.0

npm mocha plugin for PHPCI

  Sources   Download

by Sergiu Paraschiv

18/05 2016

v1.0

1.0.0.0

npm mocha plugin for PHPCI

  Sources   Download

by Sergiu Paraschiv

18/05 2016

v1.1

1.1.0.0

npm mocha plugin for PHPCI

  Sources   Download

by Sergiu Paraschiv