Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
python-pykafka
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository 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
OpenStack
python
python-pykafka
Commits
ddef1943
Commit
ddef1943
authored
9 years ago
by
Yung-Chin Oei
Browse files
Options
Downloads
Patches
Plain Diff
travis-ci: switch to codecov.io for coverage reports
Signed-off-by:
Yung-Chin Oei
<
yungchin@yungchin.nl
>
parent
a42e9380
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.coveragerc
+2
-0
2 additions, 0 deletions
.coveragerc
.travis.yml
+2
-2
2 additions, 2 deletions
.travis.yml
README.rst
+2
-2
2 additions, 2 deletions
README.rst
with
6 additions
and
4 deletions
.coveragerc
+
2
−
0
View file @
ddef1943
[run]
source = pykafka
branch = True
omit =
*/python?.?/*
*/lib-python/?.?/*.py
...
...
This diff is collapsed.
Click to expand it.
.travis.yml
+
2
−
2
View file @
ddef1943
...
...
@@ -19,7 +19,7 @@ notifications:
install
:
-
pip install
python-coveralls
kazoo tox testinstances
-
pip install
codecov
kazoo tox testinstances
before_script
:
-
"
python
-m
pykafka.test.kafka_instance
3
--download-dir
/home/travis/kafka-bin
&"
...
...
@@ -30,7 +30,7 @@ script:
# Calculate coverage on success
after_success
:
-
co
veralls --config_file .coveragerc
-
co
decov
branches
:
only
:
...
...
This diff is collapsed.
Click to expand it.
README.rst
+
2
−
2
View file @
ddef1943
.. image:: https://travis-ci.org/Parsely/pykafka.svg?branch=master
:target: https://travis-ci.org/Parsely/pykafka
.. image:: https://co
veralls.io/repos
/Parsely/pykafka/
bad
ge.svg?branch=master
:target: https://co
veralls.io/r
/Parsely/pykafka?branch=master
.. image:: https://co
decov.io/github
/Parsely/pykafka/
covera
ge.svg?branch=master
:target: https://co
decov.io/github
/Parsely/pykafka?branch=master
PyKafka
=======
...
...
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