Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

use --exclude-no-stmt in coveralls to exclude interface and empty class #112

Merged

Conversation

samsonasik
Copy link
Member

before

Found 41 source files:
  - 100.00% module/Application/Module.php
  - 100.00% module/Application/config/module.config.php
  - 100.00% module/Application/src/Application/Controller/ConsoleController.php
  - 100.00% module/Application/src/Application/Controller/ContributorsController.php
  - 100.00% module/Application/src/Application/Controller/CreditsController.php
  - 100.00% module/Application/src/Application/Controller/DownloadController.php
  - 100.00% module/Application/src/Application/Controller/IndexController.php
  - 100.00% module/Application/src/Application/Controller/SitemapController.php
  - 100.00% module/Application/src/Application/Entity/ModuleList.php
  - 100.00% module/Application/src/Application/Factory/Controller/ConsoleControllerFactory.php
  - 100.00% module/Application/src/Application/Factory/Controller/ContributorsControllerFactory.php
  - 100.00% module/Application/src/Application/Factory/Controller/DownloadControllerFactory.php
  - 100.00% module/Application/src/Application/Factory/Controller/IndexControllerFactory.php
  - 100.00% module/Application/src/Application/Factory/View/Helper/DownloadButtonLinkFactory.php
  - 100.00% module/Application/src/Application/View/Helper/DownloadButtonLink.php
  - 100.00% module/LearnZF2Ajax/Module.php
  - 100.00% module/LearnZF2Ajax/config/module.config.php
  - 100.00% module/LearnZF2Ajax/src/LearnZF2Ajax/Controller/IndexController.php
  - 100.00% module/LearnZF2Ajax/src/LearnZF2Ajax/Factory/Controller/IndexControllerFactory.php
  - 100.00% module/LearnZF2Ajax/src/LearnZF2Ajax/Form/LoginForm.php
  - 100.00% module/LearnZF2Ajax/src/LearnZF2Ajax/Model/LoginInputFilter.php
  - 100.00% module/LearnZF2Barcode/Module.php
  - 100.00% module/LearnZF2Barcode/config/module.config.php
  - 100.00% module/LearnZF2Barcode/src/LearnZF2Barcode/Controller/BarcodeController.php
  - 100.00% module/LearnZF2Barcode/src/LearnZF2Barcode/Factory/Controller/BarcodeControllerFactory.php
  - 100.00% module/LearnZF2Barcode/src/LearnZF2Barcode/Factory/Form/BarcodeFormFactory.php
  -   0.00% module/LearnZF2Barcode/src/LearnZF2Barcode/Factory/Service/BarcodeObjectPluginManagerFactory.php
  - 100.00% module/LearnZF2Barcode/src/LearnZF2Barcode/Form/BarcodeForm.php
  - 100.00% module/LearnZF2FormUsage/Module.php
  - 100.00% module/LearnZF2FormUsage/config/module.config.php
  - 100.00% module/LearnZF2FormUsage/src/LearnZF2FormUsage/Controller/FormController.php
  - 100.00% module/LearnZF2FormUsage/src/LearnZF2FormUsage/Factory/Controller/FormControllerFactory.php
  - 100.00% module/LearnZF2FormUsage/src/LearnZF2FormUsage/Form/LearnZF2Form.php
  - 100.00% module/LearnZF2Pagination/Module.php
  - 100.00% module/LearnZF2Pagination/config/module.config.php
  - 100.00% module/LearnZF2Pagination/src/LearnZF2Pagination/Controller/IndexController.php
  -   0.00% module/LearnZF2Pagination/src/LearnZF2Pagination/Exception/ExceptionInterface.php
  -   0.00% module/LearnZF2Pagination/src/LearnZF2Pagination/Exception/RuntimeException.php
  - 100.00% module/LearnZF2Pagination/src/LearnZF2Pagination/Factory/Controller/IndexControllerFactory.php
  - 100.00% module/LearnZF2Pagination/src/LearnZF2Pagination/Factory/View/Helper/QueryUrlFactory.php
  - 100.00% module/LearnZF2Pagination/src/LearnZF2Pagination/View/Helper/QueryUrl.php
Coverage: 100.00% (928/928)

after

Found 38 source files:
  - 100.00% module/Application/Module.php
  - 100.00% module/Application/config/module.config.php
  - 100.00% module/Application/src/Application/Controller/ConsoleController.php
  - 100.00% module/Application/src/Application/Controller/ContributorsController.php
  - 100.00% module/Application/src/Application/Controller/CreditsController.php
  - 100.00% module/Application/src/Application/Controller/DownloadController.php
  - 100.00% module/Application/src/Application/Controller/IndexController.php
  - 100.00% module/Application/src/Application/Controller/SitemapController.php
  - 100.00% module/Application/src/Application/Entity/ModuleList.php
  - 100.00% module/Application/src/Application/Factory/Controller/ConsoleControllerFactory.php
  - 100.00% module/Application/src/Application/Factory/Controller/ContributorsControllerFactory.php
  - 100.00% module/Application/src/Application/Factory/Controller/DownloadControllerFactory.php
  - 100.00% module/Application/src/Application/Factory/Controller/IndexControllerFactory.php
  - 100.00% module/Application/src/Application/Factory/View/Helper/DownloadButtonLinkFactory.php
  - 100.00% module/Application/src/Application/View/Helper/DownloadButtonLink.php
  - 100.00% module/LearnZF2Ajax/Module.php
  - 100.00% module/LearnZF2Ajax/config/module.config.php
  - 100.00% module/LearnZF2Ajax/src/LearnZF2Ajax/Controller/IndexController.php
  - 100.00% module/LearnZF2Ajax/src/LearnZF2Ajax/Factory/Controller/IndexControllerFactory.php
  - 100.00% module/LearnZF2Ajax/src/LearnZF2Ajax/Form/LoginForm.php
  - 100.00% module/LearnZF2Ajax/src/LearnZF2Ajax/Model/LoginInputFilter.php
  - 100.00% module/LearnZF2Barcode/Module.php
  - 100.00% module/LearnZF2Barcode/config/module.config.php
  - 100.00% module/LearnZF2Barcode/src/LearnZF2Barcode/Controller/BarcodeController.php
  - 100.00% module/LearnZF2Barcode/src/LearnZF2Barcode/Factory/Controller/BarcodeControllerFactory.php
  - 100.00% module/LearnZF2Barcode/src/LearnZF2Barcode/Factory/Form/BarcodeFormFactory.php
  - 100.00% module/LearnZF2Barcode/src/LearnZF2Barcode/Form/BarcodeForm.php
  - 100.00% module/LearnZF2FormUsage/Module.php
  - 100.00% module/LearnZF2FormUsage/config/module.config.php
  - 100.00% module/LearnZF2FormUsage/src/LearnZF2FormUsage/Controller/FormController.php
  - 100.00% module/LearnZF2FormUsage/src/LearnZF2FormUsage/Factory/Controller/FormControllerFactory.php
  - 100.00% module/LearnZF2FormUsage/src/LearnZF2FormUsage/Form/LearnZF2Form.php
  - 100.00% module/LearnZF2Pagination/Module.php
  - 100.00% module/LearnZF2Pagination/config/module.config.php
  - 100.00% module/LearnZF2Pagination/src/LearnZF2Pagination/Controller/IndexController.php
  - 100.00% module/LearnZF2Pagination/src/LearnZF2Pagination/Factory/Controller/IndexControllerFactory.php
  - 100.00% module/LearnZF2Pagination/src/LearnZF2Pagination/Factory/View/Helper/QueryUrlFactory.php
  - 100.00% module/LearnZF2Pagination/src/LearnZF2Pagination/View/Helper/QueryUrl.php
Coverage: 100.00% (928/928)

samsonasik added a commit that referenced this pull request Feb 14, 2015
… develop

Forward port #112
* hotfix/coveralls-interface-empty-class:
  112 changelog
  use --exclude-no-stmt in coveralls to exclude interface and empty class
@samsonasik samsonasik merged commit 7bfe7c0 into sitrunlab:master Feb 14, 2015
samsonasik added a commit that referenced this pull request Feb 14, 2015
* hotfix/coveralls-interface-empty-class:
  112 changelog
  use --exclude-no-stmt in coveralls to exclude interface and empty class
@samsonasik samsonasik added this to the 0.1.1 milestone Feb 14, 2015
@samsonasik samsonasik deleted the hotfix/coveralls-interface-empty-class branch February 14, 2015 08:22
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant