Skip to content

Commit 5b8ebd1

Browse files
authored
Merge pull request #50 from consideRatio/pr/add-badges
Add pypi/tests/codecov/issue tracking/help forum badges for readme
2 parents 5cbc710 + 9a5bdcd commit 5b8ebd1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Temporary JupyterHub Authenticator
22

3+
[![Latest PyPI version](https://img.shields.io/pypi/v/jupyterhub-tmpauthenticator?logo=pypi)](https://pypi.python.org/pypi/jupyterhub-tmpauthenticator)
4+
[![GitHub Workflow Status - Test](https://img.shields.io/github/actions/workflow/status/jupyterhub/tmpauthenticator/test.yaml?logo=github&label=tests)](https://github.com/jupyterhub/tmpauthenticator/actions)
5+
[![Test coverage of code](https://codecov.io/gh/jupyterhub/tmpauthenticator/branch/main/graph/badge.svg)](https://codecov.io/gh/jupyterhub/tmpauthenticator)
6+
[![Issue tracking - GitHub](https://img.shields.io/badge/issue_tracking-github-blue?logo=github)](https://github.com/jupyterhub/tmpauthenticator/issues)
7+
[![Help forum - Discourse](https://img.shields.io/badge/help_forum-discourse-blue?logo=discourse)](https://discourse.jupyter.org/c/jupyterhub)
8+
39
Simple authenticator for [JupyterHub](http://github.com/jupyter/jupyterhub/)
410
that gives anyone who visits the home page a user account without having to
511
log in using any UI at all. It also spawns a single-user server and directs

0 commit comments

Comments
 (0)