File tree Expand file tree Collapse file tree 6 files changed +118
-93
lines changed Expand file tree Collapse file tree 6 files changed +118
-93
lines changed Original file line number Diff line number Diff line change
1
+ [run]
2
+ branch = True
3
+ source = graphql
4
+
5
+ [report]
6
+ exclude_lines =
7
+ pragma: no cover
8
+ raise NotImplementedError
9
+ ignore_errors = True
10
+ omit =
11
+ docs/*
12
+ tests/*
Original file line number Diff line number Diff line change @@ -22,4 +22,4 @@ script:
22
22
- pytest --cov-report term-missing --cov=graphql
23
23
24
24
after_success :
25
- - coveralls
25
+ - codecov
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ pytest-asyncio = "*"
14
14
tox = " *"
15
15
sphinx = " *"
16
16
sphinx_rtd_theme = " *"
17
- python-coveralls = " *"
18
- pytest-cov = " >=2.4,<2.6 "
17
+ codecov = " *"
18
+ pytest-cov = " * "
19
19
pyyaml = " >=4.0"
20
20
21
21
[pipenv ]
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ a query language for APIs created by Facebook.
7
7
[ ![ PyPI version] ( https://badge.fury.io/py/GraphQL-core-next.svg )] ( https://badge.fury.io/py/GraphQL-core-next )
8
8
[ ![ Documentation Status] ( https://readthedocs.org/projects/graphql-core-next/badge/ )] ( https://graphql-core-next.readthedocs.io )
9
9
[ ![ Build Status] ( https://travis-ci.com/graphql-python/graphql-core-next.svg?branch=master )] ( https://travis-ci.com/graphql-python/graphql-core-next )
10
- [ ![ Coverage Status] ( https://coveralls .io/repos/github/ graphql-python/graphql-core-next/badge.svg?branch=master )] ( https://coveralls .io/github /graphql-python/graphql-core-next?branch=master )
10
+ [ ![ Coverage Status] ( https://codecov .io/gh/ graphql-python/graphql-core-next/branch/master/graph/ badge.svg )] ( https://codecov .io/gh /graphql-python/graphql-core-next )
11
11
[ ![ Dependency Updates] ( https://pyup.io/repos/github/graphql-python/graphql-core-next/shield.svg )] ( https://pyup.io/repos/github/graphql-python/graphql-core-next/ )
12
12
[ ![ Python 3 Status] ( https://pyup.io/repos/github/graphql-python/graphql-core-next/python-3-shield.svg )] ( https://pyup.io/repos/github/graphql-python/graphql-core-next/ )
13
13
[ ![ Code Style] ( https://img.shields.io/badge/code%20style-black-000000.svg )] ( https://github.com/ambv/black )
Original file line number Diff line number Diff line change 41
41
"flake8" ,
42
42
"mypy" ,
43
43
"tox" ,
44
- "python-coveralls " ,
44
+ "codecov " ,
45
45
],
46
46
packages = find_packages (include = ["graphql" ]),
47
47
include_package_data = True ,
You can’t perform that action at this time.
0 commit comments