Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
TelegramBot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
Kulya
TelegramBot
Commits
f6760603
Commit
f6760603
authored
Aug 23, 2016
by
Avtandil Kikabidze
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added scrutinizer dependencies
parent
5ddbb097
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
8 deletions
+16
-8
.scrutinizer.yml
.scrutinizer.yml
+3
-0
.travis.yml
.travis.yml
+5
-1
.gitkeep
build/.gitkeep
+0
-0
phpunit.xml.dist
phpunit.xml.dist
+8
-7
No files found.
.scrutinizer.yml
0 → 100644
View file @
f6760603
tools
:
external_code_coverage
:
timeout
:
600
\ No newline at end of file
.travis.yml
View file @
f6760603
...
...
@@ -40,5 +40,9 @@ before_script:
-
mysql -u root -e 'create database telegrambot; use telegrambot; source structure.sql;'
script
:
-
./vendor/bin/phpunit
-
./vendor/bin/phpcs --standard=phpcs.xml -snp --encoding=utf-8 src/ --report-width=150
-
./vendor/bin/phpunit --coverage-clover build/logs/clover.xml
after_script
:
-
wget https://scrutinizer-ci.com/ocular.phar
-
php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml
build/.gitkeep
0 → 100644
View file @
f6760603
phpunit.xml.dist
View file @
f6760603
...
...
@@ -33,11 +33,12 @@
<directory>
./tests/
</directory>
</testsuite>
</testsuites>
<logging>
<!-- <log type="coverage-html" target="build/coverage" title="Package" charset="UTF-8" yui="true" highlight="true"
lowUpperBound="35" highLowerBound="70" />
<log type="coverage-clover" target="build/logs/clover.xml" />
<log type="junit" target="build/logs/junit.xml" logIncompleteSkipped="false" />
-->
<!--<log type="testdox-html" target="tests/testdox.html" logIncompleteSkipped="false" />-->
</logging>
<filter>
<whitelist>
<directory
suffix=
".php"
processUncoveredFilesFromWhitelist=
"true"
>
./src
</directory>
<exclude>
<directory
suffix=
".php"
>
./src/Exception
</directory>
</exclude>
</whitelist>
</filter>
</phpunit>
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