Skip to content

Commit

Permalink
renamed workflow #nolog
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgrinberg committed Nov 18, 2020
1 parent 88ac706 commit ab6938c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Tests
name: build
on:
push:
branches:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Flask-HTTPAuth
==============

![Status](https://github.com/miguelgrinberg/Flask-HTTPAuth/workflows/Tests/badge.svg) [![codecov](https://codecov.io/gh/miguelgrinberg/Flask-HTTPAuth/branch/master/graph/badge.svg?token=KeU2002DHo)](https://codecov.io/gh/miguelgrinberg/Flask-HTTPAuth)
![Build status](https://github.com/miguelgrinberg/Flask-HTTPAuth/workflows/build/badge.svg) [![codecov](https://codecov.io/gh/miguelgrinberg/Flask-HTTPAuth/branch/master/graph/badge.svg?token=KeU2002DHo)](https://codecov.io/gh/miguelgrinberg/Flask-HTTPAuth)

Simple extension that provides Basic and Digest HTTP authentication for Flask routes.

Expand Down

0 comments on commit ab6938c

Please sign in to comment.