Skip to content

Commit

Permalink
Make the status badge work
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Nov 30, 2020
1 parent 8ae019a commit 63b764f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
@@ -1,4 +1,5 @@
name: Tests
# NB: this name is used in the status badge
name: build

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -29,7 +29,7 @@ Licence: GPL v2 or later (https://www.gnu.org/copyleft/gpl.html)

|buildstatus|_ |appveyor|_ |coverage|_

.. |buildstatus| image:: https://github.com/mgedmin/findimports/workflows/tests/badge.svg
.. |buildstatus| image:: https://github.com/mgedmin/findimports/workflows/build/badge.svg
.. _buildstatus: https://github.com/mgedmin/findimports/actions?query=workflow%3Atests

.. |appveyor| image:: https://ci.appveyor.com/api/projects/status/github/mgedmin/findimports?branch=master&svg=true
Expand Down

0 comments on commit 63b764f

Please sign in to comment.