Skip to content

Commit 7195998

Browse files
committed
build: Rename CI run to tests
1 parent 650481e commit 7195998

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/libvcs-ci.yml renamed to .github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: libvcs CI
1+
name: tests
22

33
on: [push]
44

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ More information
8989
:alt: Docs
9090
:target: https://github.com/vcs-python/libvcs/actions?query=workflow%3A"Publish+Docs"
9191

92-
.. |build-status| image:: https://github.com/tony/libvcs/workflows/libvcs%20CI/badge.svg
92+
.. |build-status| image:: https://github.com/tony/libvcs/workflows/tests/badge.svg
9393
:alt: Build Status
94-
:target: https://github.com/vcs-python/libvcs/actions?query=workflow%3A"libvcs+CI"
94+
:target: https://github.com/vcs-python/libvcs/actions?query=workflow%3A"tests"
9595

9696
.. |coverage| image:: https://codecov.io/gh/vcs-python/libvcs/branch/master/graph/badge.svg
9797
:alt: Code Coverage

0 commit comments

Comments
 (0)