diff --git a/README.md b/README.md index 7dcfbd4..04345a8 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # pyas2-lib [![pypi package](https://img.shields.io/pypi/v/pyas2lib.svg)](https://pypi.python.org/pypi/pyas2lib/) -![Build Status](https://github.com/abhishek-ram/pyas2-lib/actions/workflows/run-tests.yml/badge.svg?branch=master) +[![Run Tests](https://github.com/abhishek-ram/pyas2-lib/actions/workflows/run-tests.yml/badge.svg?branch=master&event=push)](https://github.com/abhishek-ram/pyas2-lib/actions/workflows/run-tests.yml?query=branch%3Amaster++) [![codecov](https://codecov.io/gh/abhishek-ram/pyas2-lib/branch/master/graph/badge.svg)](https://codecov.io/gh/abhishek-ram/pyas2-lib) A pure python library for building and parsing message as part of the AS2 messaging protocol. The message definitions follow the AS2 version 1.2 as defined in the [RFC 4130][1].The library is intended to decouple the message construction/deconstruction from the web server/client implementation. The following functionality is part of this library: @@ -102,4 +102,4 @@ status, exception, mdn = msg.parse( [1]: https://www.ietf.org/rfc/rfc4130.txt [2]: https://github.com/abhishek-ram/pyas2-lib -[3]: https://github.com/abhishek-ram/pyas2-lib/blob/master/AUTHORS.md \ No newline at end of file +[3]: https://github.com/abhishek-ram/pyas2-lib/blob/master/AUTHORS.md