Skip to content

Commit

Permalink
Update readme badges and adjust coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
facelessuser committed Nov 22, 2019
1 parent 773947c commit 95c61f4
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
19 changes: 12 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
[![Gitter][gitter-image]][gitter-link]
[![Build][github-ci-image]][github-ci-link]
[![Unix Build Status][travis-image]][travis-link]
[![Windows Build Status][appveyor-image]][appveyor-link]
[![Coverage Status][codecov-image]][codecov-link]
[![pypi-version][pypi-image]][pypi-link]
[![PyPI Version][pypi-image]][pypi-link]
[![PyPI - Python Version][python-image]][pypi-link]
![License][license-image-mit]

# PyMdown Extensions
Expand All @@ -19,12 +21,15 @@ License is MIT except for a few exceptions. See [LICENSE](https://github.com/fa

[github-ci-image]: https://github.com/facelessuser/pymdown-extensions/workflows/build/badge.svg
[github-ci-link]: https://github.com/facelessuser/pymdown-extensions/actions?workflow=build
[travis-image]: https://img.shields.io/travis/facelessuser/pymdown-extensions/master.svg?label=Unix%20Build&logo=travis
[travis-link]: https://travis-ci.org/facelessuser/pymdown-extensions
[appveyor-image]: https://img.shields.io/appveyor/ci/facelessuser/pymdown-extensions/master.svg?label=Windows%20Build&logo=appveyor
[appveyor-link]: https://ci.appveyor.com/project/facelessuser/pymdown-extensions
[codecov-image]: https://img.shields.io/codecov/c/github/facelessuser/pymdown-extensions/master.svg
[gitter-image]: https://img.shields.io/gitter/room/facelessuser/pymdown-extensions.svg?logo=gitter&color=fuchsia&logoColor=cccccc
[gitter-link]: https://gitter.im/facelessuser/pymdown-extensions
[codecov-image]: https://img.shields.io/codecov/c/github/facelessuser/pymdown-extensions/master.svg?logo=codecov&logoColor=cccccc
[codecov-link]: https://codecov.io/github/facelessuser/pymdown-extensions
[pypi-image]: https://img.shields.io/pypi/v/pymdown-extensions.svg?logo=python&logoColor=white
[appveyor-image]: https://img.shields.io/appveyor/ci/facelessuser/pymdown-extensions/master.svg?label=appveyor&logo=appveyor&logoColor=cccccc
[appveyor-link]: https://ci.appveyor.com/project/facelessuser/pymdown-extensions
[travis-image]: https://img.shields.io/travis/facelessuser/pymdown-extensions/master.svg?label=travis&logo=travis%20ci&logoColor=cccccc
[travis-link]: https://travis-ci.org/facelessuser/pymdown-extensions
[pypi-image]: https://img.shields.io/pypi/v/pymdown-extensions.svg?logo=pypi&logoColor=cccccc
[pypi-link]: https://pypi.python.org/pypi/pymdown-extensions
[python-image]: https://img.shields.io/pypi/pyversions/pymdown-extensions?logo=python&logoColor=cccccc
[license-image-mit]: https://img.shields.io/badge/license-MIT-blue.svg
1 change: 1 addition & 0 deletions docs/src/dictionary/en-custom.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ GitHub's
GitHubEmoji
GitLab
GitLab's
Gitter
HeaderAnchor
HeaderAnchor's
Hunspell
Expand Down
2 changes: 1 addition & 1 deletion pymdownx/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def path2url(url):
return path


if IS_NARROW:
if IS_NARROW: # pragma: no cover
def get_code_points(s):
"""Get the Unicode code points."""

Expand Down

0 comments on commit 95c61f4

Please sign in to comment.