Skip to content

Commit

Permalink
Unittest action badge added to readme and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-brajer committed Dec 24, 2020
1 parent 8050bc3 commit e800ef2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
@@ -1,7 +1,7 @@
# This workflow will install Python dependencies, run tests and lint with a single version of Python
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions

name: Python application
name: Python unittest

on:
push:
Expand Down
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -2,6 +2,7 @@

[![Releases](https://img.shields.io/github/v/release/martin-brajer/card-assembler)](https://github.com/martin-brajer/card-assembler/releases)
[![GitHub](https://img.shields.io/github/license/martin-brajer/card-assembler)](https://github.com/martin-brajer/card-assembler/blob/master/LICENSE)
[![Unittest](https://github.com/martin-brajer/card-assembler/workflows/Python%20unittest/badge.svg)](https://github.com/martin-brajer/card-assembler/actions)
[![Documentation Status](https://readthedocs.org/projects/card-assembler/badge/?version=latest)](https://card-assembler.readthedocs.io/en/latest/?badge=latest)

Card Assembler is a free and open-source plug-in for Gimp. Assembles an
Expand Down
4 changes: 3 additions & 1 deletion docs/source/_overview.rst
@@ -1,12 +1,14 @@
.. Referenced in ``index.rst`` and ``cardAssemblerOverview`` with
different titles following its roles.
|Last release| |License| |Documentation Status|
|Last release| |License| |Unittest| |Documentation Status|

.. |Documentation Status| image:: https://readthedocs.org/projects/card-assembler/badge/?version=latest
:target: https://card-assembler.readthedocs.io/en/latest/?badge=latest
.. |License| image:: https://img.shields.io/github/license/martin-brajer/card-assembler
:target: https://github.com/martin-brajer/card-assembler/blob/master/LICENSE
.. |Unittest| image:: https://github.com/martin-brajer/card-assembler/workflows/Python%20unittest/badge.svg
:target: https://github.com/martin-brajer/card-assembler/actions
.. |Last release| image:: https://img.shields.io/github/v/release/martin-brajer/card-assembler
:target: https://github.com/martin-brajer/card-assembler/releases

Expand Down

0 comments on commit e800ef2

Please sign in to comment.