Skip to content

Commit 9dff899

Browse files
committed
Make minor improvements for CI.
1 parent dc5532b commit 9dff899

File tree

3 files changed

+25
-9
lines changed

3 files changed

+25
-9
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ script:
3636

3737
after_success:
3838
- pip install codecov
39-
- codecov --file coverage/lcov.info --disable search
39+
- codecov -e TOXENV,DJANGO
4040

4141
notifications:
4242
email: false

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33

44
# Graphene-Django-Extras
55
[![build-badget]][travis]
6-
[![codecov.io][codecov-badget]][codecov]
6+
[![codecov][codecov-badget]][codecov]
77
[![pypi-version]][pypi]
88
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)
99

1010
[build-badget]: https://travis-ci.org/eamigo86/graphene-django-extras.svg?branch=master
1111
[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
1414
[pypi-version]: https://img.shields.io/pypi/v/graphene_django_extras.svg
1515
[pypi]: https://pypi.org/project/graphene_django_extras/
1616

@@ -497,7 +497,7 @@ You can use this shortcuts too:
497497

498498
## Change Log:
499499
#### 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.
501501
2. Improved code quality and use Black code format.
502502
3. Fixed minor bug with "time ago" date directive.
503503

README.rst

+20-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11

22
Graphene-Django-Extras
33
======================
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|
75

86
This package add some extra functionalities to **graphene-django** to facilitate the graphql use without Relay:
97
1. Allows pagination and filtering on Queries.
@@ -515,7 +513,7 @@ Change Log:
515513
*******
516514
v0.4.5:
517515
*******
518-
1. Fixed compatibilities issues to use graphene-django==2.3.2.
516+
1. Fixed compatibilities issues to use graphene-django>=2.3.2.
519517
2. Improved code quality and use Black code format.
520518
3. Fixed minor bug with "time ago" date directive.
521519

@@ -746,3 +744,21 @@ v0.0.1-beta.5:
746744
v0.0.1-beta.4:
747745
**************
748746
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

0 commit comments

Comments
 (0)