Skip to content

Commit d47eda2

Browse files
committed
Style badges and rename workflow tests
1 parent 7ff8faa commit d47eda2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/python-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish Python 🐍 distribution 📦 to PyPI
1+
name: 📦 PyPI
22

33
on:
44
# release:

.github/workflows/python-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
22
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
33

4-
name: 🛠️ Test Python 🐍 package
4+
name: 🛠️ Tests
55

66
on:
77
# It is not really avoidable to run the tests twice on the commit.
@@ -53,7 +53,7 @@ jobs:
5353
echo "GitHub message: ${{ github.event.head_commit.message }}"
5454
5555
test:
56-
name: 🛠️ Test package
56+
name: 🧪 Unit Tests
5757

5858
# The below test does not work. The problem is that bumpver makes a commit
5959
# (that is tested) and then uploads the tag, which also triggers a test.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Pymob
22

33
![testing](https://github.com/flo-schu/pymob/actions/workflows/python-test.yml/badge.svg)
4-
![build](https://github.com/flo-schu/pymob/actions/workflows/python-build.yml/badge.svg)
4+
![build](https://github.com/flo-schu/pymob/actions/workflows/python-release.yml/badge.svg)
55
[![Documentation Status](https://readthedocs.org/projects/pymob/badge/?version=latest)](https://pymob.readthedocs.io/en/latest/?badge=latest)
66

77
Pymob is a **Py**thon based **mo**del **b**uilding platform. It abstracts repetitive

0 commit comments

Comments
 (0)