Skip to content

Commit ae2910e

Browse files
authored
chore: updated CI badge to point to GitHub Actions (#75)
1 parent 9fffe18 commit ae2910e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
code-annotations
22
=============================
33

4-
|pypi-badge| |travis-badge| |codecov-badge| |doc-badge| |pyversions-badge|
4+
|pypi-badge| |CI| |codecov-badge| |doc-badge| |pyversions-badge|
55
|license-badge|
66

77
Extensible tools for parsing annotations in codebases
@@ -64,9 +64,9 @@ refer to this `list of resources`_ if you need any assistance.
6464
:target: https://pypi.python.org/pypi/code-annotations/
6565
:alt: PyPI
6666

67-
.. |travis-badge| image:: https://travis-ci.com/edx/code-annotations.svg?branch=master
68-
:target: https://travis-ci.com/edx/code-annotations
69-
:alt: Travis
67+
.. |CI| image:: https://github.com/edx/code-annotations/workflows/Python%20CI/badge.svg?branch=master
68+
:target: https://github.com/edx/code-annotations/actions?query=workflow%3A%22Python+CI%22
69+
:alt: CI
7070

7171
.. |codecov-badge| image:: http://codecov.io/github/edx/code-annotations/coverage.svg?branch=master
7272
:target: http://codecov.io/github/edx/code-annotations?branch=master

0 commit comments

Comments
 (0)