Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
mrouhi13 committed Mar 9, 2020
1 parent ad1bd2b commit 93b3874
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
max-parallel: 4
matrix:
python-version: [3.6, 3.7, 3.8]

steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand All @@ -27,6 +26,8 @@ jobs:
- name: Run Tests
run: |
pipenv run tox -v
- name: Update CodeCov Report
- name: Upload Code Coverage Report
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
run: |
pipenv run codecov
6 changes: 4 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,18 @@ Djecrety
========
.. image:: https://img.shields.io/pypi/v/djecrety.svg
:target: https://pypi.org/project/djecrety
:alt: PyPI - Build

.. image:: https://travis-ci.org/mrouhi13/djecrety.svg?branch=master
:target: https://travis-ci.org/mrouhi13/djecrety
.. image:: https://github.com/mrouhi13/djecrety/workflows/Django%20CI/badge.svg
:alt: Django CI

.. image:: https://readthedocs.org/projects/djecrety/badge/?version=latest
:target: https://djecrety.readthedocs.io/?badge=latest
:alt: Documentation Status

.. image:: https://codecov.io/gh/mrouhi13/djecrety/branch/master/graph/badge.svg
:target: https://codecov.io/gh/mrouhi13/djecrety
:alt: Code Coverage

.. image:: https://img.shields.io/pypi/dm/djecrety.svg
:target: https://pypistats.org/packages/djecrety
Expand Down
2 changes: 1 addition & 1 deletion djecrety/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.0.11'
__version__ = '1.0.12'

0 comments on commit 93b3874

Please sign in to comment.