We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5837247 + 5ba1b52 commit 5957184Copy full SHA for 5957184
.codecov.yml
@@ -2,4 +2,4 @@ comment: off
2
coverage:
3
status:
4
project: off
5
-
+ patch: off
.travis.yml
@@ -4,7 +4,7 @@ python:
matrix:
include:
6
- python: 3.6
7
- env: TOXENV=py36 ES_VERSION=6.2.4 ES_DOWNLOAD_URL=https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-${ES_VERSION}.tar.gz
+ env: TOXENV=py36,codecov ES_VERSION=6.2.4 ES_DOWNLOAD_URL=https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-${ES_VERSION}.tar.gz
8
9
env: TOXENV=docs
10
0 commit comments