Skip to content

Commit

Permalink
Replace Travis Badge with GitHub badge
Browse files Browse the repository at this point in the history
  • Loading branch information
pepoluan committed Feb 17, 2021
1 parent ac2ef93 commit f1c6943
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/unit-testing-and-coverage.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: "aiosmtpd CI"
# If you change the name above, also change badge address in README.rst

on:
# This is for direct commit to master
Expand Down
9 changes: 5 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,17 @@
aiosmtpd - An asyncio based SMTP server
=========================================

| |github license| |travis ci| |codecov| |LGTM.com| |readthedocs| |PyPI|
| |github license| |GA badge| |codecov| |LGTM.com| |readthedocs| |PyPI|
|
| |Discourse|
.. |github license| image:: https://img.shields.io/github/license/aio-libs/aiosmtpd
:target: https://github.com/aio-libs/aiosmtpd/blob/master/LICENSE
:alt: Project License on GitHub
.. |travis ci| image:: https://travis-ci.com/aio-libs/aiosmtpd.svg?branch=master
:target: https://travis-ci.com/github/aio-libs/aiosmtpd
:alt: Travis CI Build Status
.. |GA badge| image:: https://github.com/aio-libs/aiosmtpd/workflows/aiosmtpd%20CI/badge.svg
:target: https://github.com/aio-libs/aiosmtpd/actions
:alt: GitHub Actions status
.. .. Don't forget to check actual workflow name in unit-testing-and-coverage.yml
.. |codecov| image:: https://codecov.io/github/aio-libs/aiosmtpd/coverage.svg?branch=master
:target: https://codecov.io/github/aio-libs/aiosmtpd?branch=master
:alt: Code Coverage
Expand Down

0 comments on commit f1c6943

Please sign in to comment.