File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 1
1
[ ![ Build Status] ( https://travis-ci.org/aws/aws-xray-sdk-python.svg?branch=master )] ( https://travis-ci.org/aws/aws-xray-sdk-python )
2
+ [ ![ codecov] ( https://codecov.io/gh/aws/aws-xray-sdk-python/branch/master/graph/badge.svg )] ( https://codecov.io/gh/aws/aws-xray-sdk-python )
2
3
3
4
# AWS X-Ray SDK for Python
4
5
Original file line number Diff line number Diff line change @@ -7,9 +7,11 @@ envlist =
7
7
skip_missing_interpreters = True
8
8
9
9
[testenv]
10
+ passenv = TOXENV CI TRAVIS TRAVIS_* CODECOV_*
10
11
deps =
11
12
pytest > 3.0.0
12
13
coverage
14
+ codecov
13
15
requests
14
16
flask >= 0.10
15
17
sqlalchemy
33
35
34
36
commands =
35
37
py{27,34}: coverage run --source aws_xray_sdk -m py.test tests --ignore tests/ext/aiohttp --ignore tests/ext/aiobotocore --ignore tests/test_async_local_storage.py --ignore tests/test_async_recorder.py
38
+ codecov
36
39
py{35,36,37}: coverage run --source aws_xray_sdk -m py.test tests
40
+ codecov
37
41
38
42
setenv =
39
43
DJANGO_SETTINGS_MODULE = tests.ext.django.app.settings
You can’t perform that action at this time.
0 commit comments