Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yii2
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PSDI Army
yii2
Commits
36af49d9
Commit
36af49d9
authored
Feb 24, 2014
by
Carsten Brandt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added code coverage using scrutinizer.com
parent
97b60782
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
7 deletions
+15
-7
.scrutinizer.yml
.scrutinizer.yml
+7
-0
.travis.yml
.travis.yml
+4
-5
README.md
README.md
+3
-1
README.md
framework/README.md
+1
-1
No files found.
.scrutinizer.yml
0 → 100644
View file @
36af49d9
imports
:
-
php
tools
:
external_code_coverage
:
timeout
:
600
# Timeout in seconds.
\ No newline at end of file
.travis.yml
View file @
36af49d9
...
...
@@ -15,7 +15,6 @@ services:
install
:
-
composer self-update && composer --version
# core framework:
# - composer require satooshi/php-coveralls 0.6.* --dev --prefer-dist
-
composer install --prefer-dist
-
tests/unit/data/travis/mongodb-setup.sh
-
tests/unit/data/travis/apc-setup.sh
...
...
@@ -35,9 +34,9 @@ before_script:
-
mongo yii2test --eval 'db.addUser("travis", "test");'
script
:
# - vendor/bin/phpunit --coverage-clover tests/unit/runtime/coveralls/clover.xml --verbose --exclude-group mssql,oci,wincache,xcache,zenddata,vendor
-
vendor/bin/phpunit --verbose --exclude-group mssql,oci,wincache,xcache,zenddata
-
vendor/bin/phpunit --verbose --coverage-clover=coverage.clover --exclude-group mssql,oci,wincache,xcache,zenddata
-
cd apps/basic && php vendor/bin/codecept run
#after_script:
# - php vendor/bin/coveralls
after_script
:
-
wget https://scrutinizer-ci.com/ocular.phar
-
php ocular.phar code-coverage:upload --format=php-clover coverage.clover
README.md
View file @
36af49d9
...
...
@@ -21,6 +21,7 @@ which is the latest stable release of Yii.
[
![Latest Stable Version
](
https://poser.pugx.org/yiisoft/yii2/v/stable.png
)
](https://packagist.org/packages/yiisoft/yii2)
[
![Total Downloads
](
https://poser.pugx.org/yiisoft/yii2/downloads.png
)
](https://packagist.org/packages/yiisoft/yii2)
[
![Build Status
](
https://secure.travis-ci.org/yiisoft/yii2.png
)
](http://travis-ci.org/yiisoft/yii2)
[
![Code Coverage
](
https://scrutinizer-ci.com/g/yiisoft/yii2/badges/coverage.png?s=31d80f1036099e9d6a3e4d7738f6b000b3c3d10e
)
](https://scrutinizer-ci.com/g/yiisoft/yii2/)
[
![Dependency Status
](
https://www.versioneye.com/php/yiisoft:yii2/dev-master/badge.png
)
](https://www.versioneye.com/php/yiisoft:yii2/dev-master)
[
![Scrutinizer Quality Score
](
https://scrutinizer-ci.com/g/yiisoft/yii2/badges/quality-score.png?s=b1074a1ff6d0b214d54fa5ab7abbb90fc092471d
)
](https://scrutinizer-ci.com/g/yiisoft/yii2/)
...
...
@@ -49,8 +50,9 @@ DOCUMENTATION
A draft of the
[
Definitive Guide
](
docs/guide/index.md
)
is available.
API docs and a
(quite bad)
rendering of the definitive guide are currently
API docs and a rendering of the definitive guide are currently
available at http://stuff.cebe.cc/yii2docs/ (updated four times per hour).
We will make guide and API docs available on yiiframework.com with the beta release.
For 1.1 users, you may refer to
[
Upgrading from Yii 1.1
](
docs/guide/upgrade-from-v1.md
)
to have a general idea of what has changed in 2.0.
...
...
framework/README.md
View file @
36af49d9
Yii PHP Framework Version 2
===========================
This is the core framework code of
[
Yii 2
](
https://github.com/yiisoft/yii2
)
.
This is the core framework code of
[
Yii 2
](
https://github.com/yiisoft/yii2
#readme
)
.
Installation
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment