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
12de01ad
Unverified
Commit
12de01ad
authored
Jun 06, 2020
by
Grégoire Paris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Drop Coveralls
parent
02518d9a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
10 deletions
+0
-10
.coveralls.yml
.coveralls.yml
+0
-2
.travis.yml
.travis.yml
+0
-8
No files found.
.coveralls.yml
deleted
100644 → 0
View file @
02518d9a
coverage_clover
:
clover.xml
json_path
:
/tmp/coveralls-upload.json
.travis.yml
View file @
12de01ad
...
@@ -11,8 +11,6 @@ before_install:
...
@@ -11,8 +11,6 @@ before_install:
-
|
-
|
if [ "x$COVERAGE" == "xyes" ]; then
if [ "x$COVERAGE" == "xyes" ]; then
pecl install pcov-1.0.0
pecl install pcov-1.0.0
wget https://github.com/php-coveralls/php-coveralls/releases/download/v2.2.0/php-coveralls.phar --output-document="${HOME}/bin/coveralls"
chmod +x ${HOME}/bin/coveralls
fi
fi
before_script
:
before_script
:
...
@@ -33,12 +31,6 @@ script:
...
@@ -33,12 +31,6 @@ script:
./vendor/bin/phpunit --configuration tests/travis/$DB.travis.xml
./vendor/bin/phpunit --configuration tests/travis/$DB.travis.xml
fi
fi
after_script
:
-
|
if [ "x$COVERAGE" == "xyes" ]; then
travis_retry coveralls -v
fi
after_success
:
after_success
:
-
|
-
|
if [ "x$COVERAGE" == "xyes" ]; then
if [ "x$COVERAGE" == "xyes" ]; then
...
...
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