Skip to content

Commit 1d041f6

Browse files
committed
docs(readme): update repo badges
1 parent 6f99f28 commit 1d041f6

1 file changed

Lines changed: 6 additions & 10 deletions

File tree

README.rst

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,18 @@ Zero-overhead package versioning for Python.
1515
:target: https://pypi.org/project/version-query
1616
:alt: package version from PyPI
1717

18-
.. image:: https://travis-ci.com/mbdevpl/version-query.svg?branch=master
19-
:target: https://travis-ci.com/mbdevpl/version-query
20-
:alt: build status from Travis CI
18+
.. image:: https://github.com/mbdevpl/version-query/actions/workflows/python.yml/badge.svg?branch=main
19+
:target: https://github.com/mbdevpl/version-query/actions
20+
:alt: build status from GitHub
2121

22-
.. image:: https://ci.appveyor.com/api/projects/status/github/mbdevpl/version-query?branch=master&svg=true
23-
:target: https://ci.appveyor.com/project/mbdevpl/version-query
24-
:alt: build status from AppVeyor
22+
.. image:: https://codecov.io/gh/mbdevpl/version-query/branch/master/graph/badge.svg
23+
:target: https://codecov.io/gh/mbdevpl/version-query
24+
:alt: test coverage from Codecov
2525

2626
.. image:: https://api.codacy.com/project/badge/Grade/437ab82bd6324530847fe8ed833f8d78
2727
:target: https://www.codacy.com/app/mbdevpl/version-query
2828
:alt: grade from Codacy
2929

30-
.. image:: https://codecov.io/gh/mbdevpl/version-query/branch/master/graph/badge.svg
31-
:target: https://codecov.io/gh/mbdevpl/version-query
32-
:alt: test coverage from Codecov
33-
3430
.. image:: https://img.shields.io/github/license/mbdevpl/version-query.svg
3531
:target: NOTICE
3632
:alt: license

0 commit comments

Comments
 (0)