summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-12-30 10:57:25 -0500
committerJason R. Coombs <jaraco@jaraco.com>2020-12-30 10:57:25 -0500
commit060d491a9aaacfe457ad365cfd60b611fc9f5bcf (patch)
tree7ad2245608cd498d697ee33c1b040c78ff818301
parentcfe99a5a7941f9f8785dd3ec12d1df94e9134411 (diff)
downloadpytest-runner-060d491a9aaacfe457ad365cfd60b611fc9f5bcf.tar.gz
Rename 'Automated Tests' to simply 'tests'
-rw-r--r--.github/workflows/main.yml2
-rw-r--r--README.rst6
2 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 8c5c232..6a8ff00 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -1,4 +1,4 @@
-name: Automated Tests
+name: tests
on: [push, pull_request]
diff --git a/README.rst b/README.rst
index 69554ef..128e61e 100644
--- a/README.rst
+++ b/README.rst
@@ -6,9 +6,9 @@
.. _PyPI link: https://pypi.org/project/skeleton
-.. image:: https://github.com/jaraco/skeleton/workflows/Automated%20Tests/badge.svg
- :target: https://github.com/jaraco/skeleton/actions?query=workflow%3A%22Automated+Tests%22
- :alt: Automated Tests
+.. image:: https://github.com/jaraco/skeleton/workflows/tests/badge.svg
+ :target: https://github.com/jaraco/skeleton/actions?query=workflow%3A%22tests%22
+ :alt: tests
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
:target: https://github.com/psf/black