Skip to content

Commit

Permalink
add CodeFactor badge
Browse files Browse the repository at this point in the history
  • Loading branch information
dlshriver committed Feb 17, 2023
1 parent 55baef8 commit f53fb5b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Intercepts

[![CI Status](https://github.com/dlshriver/intercepts/actions/workflows/ci.yml/badge.svg)](https://github.com/dlshriver/intercepts/actions/workflows/ci.yml)
[![codecov](https://codecov.io/gh/dlshriver/intercepts/branch/main/graph/badge.svg?token=zsQBFINrdo)](https://codecov.io/gh/dlshriver/intercepts)
[![CodeFactor](https://www.codefactor.io/repository/github/dlshriver/intercepts/badge)](https://www.codefactor.io/repository/github/dlshriver/intercepts)
[![PyPI](https://img.shields.io/pypi/v/intercepts.svg)](https://pypi.org/project/intercepts/)
[![License](https://img.shields.io/github/license/dlshriver/intercepts.svg)](https://github.com/dlshriver/intercepts/blob/master/LICENSE)

Expand Down
1 change: 0 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,3 @@
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output

html_theme = "furo"
html_static_path = ["_static"]
16 changes: 12 additions & 4 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,24 @@ Intercepts
==========

.. image:: https://img.shields.io/github/license/dlshriver/intercepts.svg
:target: https://github.com/dlshriver/intercepts/blob/master/LICENSE
:target: https://github.com/dlshriver/intercepts/blob/master/LICENSE
:alt: License

.. image:: https://img.shields.io/pypi/v/intercepts.svg
:target: https://pypi.org/project/intercepts/
:target: https://pypi.org/project/intercepts/
:alt: Version

.. image:: https://github.com/dlshriver/intercepts/actions/workflows/ci.yml/badge.svg
:target: https://github.com/dlshriver/intercepts/actions/workflows/ci.yml
:target: https://github.com/dlshriver/intercepts/actions/workflows/ci.yml
:alt: Build Status

.. image:: https://codecov.io/gh/dlshriver/intercepts/branch/main/graph/badge.svg?token=zsQBFINrdo
:target: https://codecov.io/gh/dlshriver/intercepts
:target: https://codecov.io/gh/dlshriver/intercepts
:alt: Codecov.io

.. image:: https://www.codefactor.io/repository/github/dlshriver/intercepts/badge
:target: https://www.codefactor.io/repository/github/dlshriver/intercepts
:alt: CodeFactor


Intercepts allows you to intercept function calls in Python and handle them in
Expand Down

0 comments on commit f53fb5b

Please sign in to comment.