Skip to content

Commit 81f77ab

Browse files
committed
fix test badges in Readme
1 parent 0f956e0 commit 81f77ab

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,12 @@ Code status
3434
.. image:: https://travis-ci.org/NeuralEnsemble/python-neo.png?branch=master
3535
:target: https://travis-ci.org/NeuralEnsemble/python-neo
3636
:alt: Core Unit Test Status (TravisCI)
37-
.. image:: https://github.com/NeuralEnsemble/python-neo/actions/workflows/full-test.yml/badge.svg?event=push&branch=master
37+
.. image:: https://github.com/NeuralEnsemble/python-neo/actions/workflows/core-test.yml/badge.svg?event=push&branch=master
3838
:target: https://github.com/NeuralEnsemble/python-neo/actions?query=event%3Apush+branch%3Amaster
39-
:alt: IO Unit Test Status (Github Actions)
39+
:alt: Core Test Status (Github Actions)
40+
.. image:: https://github.com/NeuralEnsemble/python-neo/actions/workflows/io-test.yml/badge.svg?event=push&branch=master
41+
:target: https://github.com/NeuralEnsemble/python-neo/actions?query=event%3Apush+branch%3Amaster
42+
:alt: IO Test Status (Github Actions)
4043
.. image:: https://coveralls.io/repos/NeuralEnsemble/python-neo/badge.png
4144
:target: https://coveralls.io/r/NeuralEnsemble/python-neo
4245
:alt: Unit Test Coverage

0 commit comments

Comments
 (0)