Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
doctrine-dbal
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
Tomáš Trávníček
doctrine-dbal
Commits
8748bb0d
Unverified
Commit
8748bb0d
authored
Jun 29, 2017
by
Jefersson Nathan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use scrutnizer on the CI process
parent
8a56bce4
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
0 deletions
+9
-0
.travis.coverage.sh
.travis.coverage.sh
+5
-0
.travis.yml
.travis.yml
+3
-0
README.md
README.md
+1
-0
No files found.
.travis.coverage.sh
0 → 100644
View file @
8748bb0d
set
-x
if
[
"
$TRAVIS_PHP_VERSION
"
=
'7.1'
]
;
then
wget https://scrutinizer-ci.com/ocular.phar
php ocular.phar code-coverage:upload
--format
=
php-clover ./clover.xml
fi
.travis.yml
View file @
8748bb0d
...
@@ -112,6 +112,9 @@ matrix:
...
@@ -112,6 +112,9 @@ matrix:
allow_failures
:
allow_failures
:
-
php
:
nightly
-
php
:
nightly
after_script
:
-
sh .travis.coverage.sh
install
:
install
:
-
travis_retry composer install
-
travis_retry composer install
...
...
README.md
View file @
8748bb0d
...
@@ -3,6 +3,7 @@
...
@@ -3,6 +3,7 @@
|
[
Master
][
Master
]
|
[
2.5
][
2.5
]
|
|
[
Master
][
Master
]
|
[
2.5
][
2.5
]
|
|:----------------:|:----------:|
|:----------------:|:----------:|
|
[
![Build status
][
Master image
]
]
[
Master
]
|
[
![Build status
][
2.5 image
]
]
[
2.5
]
|
|
[
![Build status
][
Master image
]
]
[
Master
]
|
[
![Build status
][
2.5 image
]
]
[
2.5
]
|
|
[
![Code Coverage
](
https://scrutinizer-ci.com/g/doctrine/dbal/badges/coverage.png?b=master
)
](https://scrutinizer-ci.com/g/doctrine/dbal/?branch=master) |
[
![Code Coverage
](
https://scrutinizer-ci.com/g/doctrine/dbal/badges/coverage.png?b=2.5
)
](https://scrutinizer-ci.com/g/doctrine/dbal/?branch=2.5) |
Powerful database abstraction layer with many features for database schema introspection, schema management and PDO abstraction.
Powerful database abstraction layer with many features for database schema introspection, schema management and PDO abstraction.
...
...
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