Skip to content

Commit 41c0131

Browse files
committed
clean up workflow names [ci skip]
1 parent aaffb03 commit 41c0131

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check-test-coverage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Coverage via codecov
1+
name: Coverage (with doctests)
22
on:
33
push:
44
branches: [ master ]

.github/workflows/python-runtests-all.yml

+1-1
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: Image comparison tests
4+
name: Run units test (w/ img comps)
55

66
on:
77
push:

0 commit comments

Comments
 (0)