Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
Elasticsearch DSL
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Public
Elasticsearch DSL
Commits
224752d8
Unverified
Commit
224752d8
authored
6 years ago
by
Simonas Šerlinskas
Committed by
GitHub
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Test coverals (#279)
Changed coveralls to codecov
parent
aa0344bd
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
.coveralls.yml
+0
-4
0 additions, 4 deletions
.coveralls.yml
.gitignore
+1
-0
1 addition, 0 deletions
.gitignore
.travis.yml
+3
-3
3 additions, 3 deletions
.travis.yml
README.md
+1
-0
1 addition, 0 deletions
README.md
phpunit.xml.dist
+0
-2
0 additions, 2 deletions
phpunit.xml.dist
with
5 additions
and
9 deletions
.coveralls.yml
deleted
100644 → 0
+
0
−
4
View file @
aa0344bd
coverage_clover
:
coverage.clover
service_name
:
travis-ci
json_path
:
./coveralls.json
repo_token
:
N0kfaH0FRNy0iRNjUsqerRDLcPsuMBNOZ
\ No newline at end of file
This diff is collapsed.
Click to expand it.
.gitignore
+
1
−
0
View file @
224752d8
/vendor/
/phpunit.xml
/composer.lock
coverage.xml
\ No newline at end of file
This diff is collapsed.
Click to expand it.
.travis.yml
+
3
−
3
View file @
224752d8
...
...
@@ -6,7 +6,7 @@ php:
-
7.2
env
:
global
:
-
ES_VERSION=6.
5.4
ES_DOWNLOAD_URL=https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-${ES_VERSION}.tar.gz
-
ES_VERSION=6.
7.1
ES_DOWNLOAD_URL=https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-${ES_VERSION}.tar.gz
install
:
-
wget ${ES_DOWNLOAD_URL}
-
tar -xzf elasticsearch-${ES_VERSION}.tar.gz
...
...
@@ -16,7 +16,7 @@ before_script:
-
composer install --no-interaction --prefer-dist
script
:
-
wget -q --waitretry=1 --retry-connrefused -T 10 -O - http://127.0.0.1:9200
-
vendor/bin/phpunit --coverage-clover=coverage.
clover
-
vendor/bin/phpunit --coverage-clover=coverage.
xml
-
vendor/bin/phpcs -p --standard=PSR2 --ignore=vendor/ ./
after_script
:
-
travis_retry php vendor/bin/php-coveralls
\ No newline at end of file
-
travis_retry bash <(curl -s https://codecov.io/bash)
\ No newline at end of file
This diff is collapsed.
Click to expand it.
README.md
+
1
−
0
View file @
224752d8
...
...
@@ -6,6 +6,7 @@ If you need any help, [stack overflow](http://stackoverflow.com/questions/tagged
is the preffered and recommended way to ask ONGR support questions.
[

](https://travis-ci.org/ongr-io/ElasticsearchDSL)
[

](https://codecov.io/gh/ongr-io/ElasticsearchDSL)
[

](https://coveralls.io/github/ongr-io/ElasticsearchDSL?branch=master)
[

](https://packagist.org/packages/ongr/elasticsearch-dsl)
[

](https://packagist.org/packages/ongr/elasticsearch-dsl)
...
...
This diff is collapsed.
Click to expand it.
phpunit.xml.dist
+
0
−
2
View file @
224752d8
...
...
@@ -32,9 +32,7 @@
</exclude>
</whitelist>
</filter>
<logging>
<log
type=
"coverage-text"
target=
"php://stdout"
showOnlySummary=
"true"
/>
</logging>
</phpunit>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment