Commit 9dff899 1 parent dc5532b commit 9dff899 Copy full SHA for 9dff899
File tree 3 files changed +25
-9
lines changed
3 files changed +25
-9
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ script:
36
36
37
37
after_success :
38
38
- pip install codecov
39
- - codecov --file coverage/lcov.info --disable search
39
+ - codecov -e TOXENV,DJANGO
40
40
41
41
notifications :
42
42
email : false
Original file line number Diff line number Diff line change 3
3
4
4
# Graphene-Django-Extras
5
5
[ ![ build-badget]] [ travis ]
6
- [ ![ codecov.io ] [ codecov-badget ]] [ codecov ]
6
+ [ ![ codecov] [ codecov-badget ]] [ codecov ]
7
7
[ ![ pypi-version]] [ pypi ]
8
8
[ ![ Code style: black] ( https://img.shields.io/badge/code%20style-black-000000.svg )] ( https://github.com/ambv/black )
9
9
10
10
[ build-badget ] : https://travis-ci.org/eamigo86/graphene-django-extras.svg?branch=master
11
11
[ travis ] : https://travis-ci.org/eamigo86/graphene-django-extras
12
- [ codecov-badget ] : https://codecov.io/gh/eamigo86/graphene-diango -extras/coverage.svg? branch= master
13
- [ codecov ] : https://codecov.io/gh/eamigo86/graphene-django-extras?branch=master
12
+ [ codecov-badget ] : https://codecov.io/gh/eamigo86/graphene-django -extras/branch/ master/graph/badge.svg
13
+ [ codecov ] : https://codecov.io/gh/eamigo86/graphene-django-extras
14
14
[ pypi-version ] : https://img.shields.io/pypi/v/graphene_django_extras.svg
15
15
[ pypi ] : https://pypi.org/project/graphene_django_extras/
16
16
@@ -497,7 +497,7 @@ You can use this shortcuts too:
497
497
498
498
## Change Log:
499
499
#### v0.4.5:
500
- 1. Fixed compatibilities issues to use graphene-django= =2.3.2.
500
+ 1. Fixed compatibilities issues to use graphene-django> =2.3.2.
501
501
2. Improved code quality and use Black code format.
502
502
3. Fixed minor bug with "time ago" date directive.
503
503
Original file line number Diff line number Diff line change 1
1
2
2
Graphene-Django-Extras
3
3
======================
4
-
5
- .. image :: https://img.shields.io/badge/code%20style-black-000000.svg
6
- :target: https://github.com/ambv/black
4
+ |build-status | |python-support | |license | |code-style |
7
5
8
6
This package add some extra functionalities to **graphene-django ** to facilitate the graphql use without Relay:
9
7
1. Allows pagination and filtering on Queries.
@@ -515,7 +513,7 @@ Change Log:
515
513
*******
516
514
v0.4.5:
517
515
*******
518
- 1. Fixed compatibilities issues to use graphene-django= =2.3.2.
516
+ 1. Fixed compatibilities issues to use graphene-django> =2.3.2.
519
517
2. Improved code quality and use Black code format.
520
518
3. Fixed minor bug with "time ago" date directive.
521
519
@@ -746,3 +744,21 @@ v0.0.1-beta.5:
746
744
v0.0.1-beta.4:
747
745
**************
748
746
1. First commit
747
+
748
+
749
+ .. references-marker
750
+ .. |latest-version | image :: https://img.shields.io/pypi/v/graphene-django-extras.svg
751
+ :target: https://pypi.python.org/pypi/graphene-django-extras/
752
+ :alt: Latest version
753
+ .. |build-status | image :: https://img.shields.io/travis/eamigo86/graphene-django-extras/master.svg
754
+ :target: https://travis-ci.org/eamigo86/graphene-django-extras
755
+ :alt: Build status
756
+ .. |python-support | image :: https://img.shields.io/pypi/pyversions/graphene-django-extras.svg
757
+ :target: https://pypi.python.org/pypi/graphene-django-extras
758
+ :alt: Python versions
759
+ .. |license | image :: https://img.shields.io/pypi/l/graphene-django-extras.svg
760
+ :target: https://github.com/eamigo86/graphene-django-extras/blob/master/LICENSE
761
+ :alt: Software license
762
+ .. |code-style | image :: https://img.shields.io/badge/code%20style-black-000000.svg
763
+ :target: https://github.com/ambv/black
764
+ :alt: Black
You can’t perform that action at this time.
0 commit comments