Add Build and Coverage Status badges to README.md
This commit is contained in:
parent
37e8b6fbf1
commit
67fb0d0901
1 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,6 @@
|
|||
[![Build Status](https://travis-ci.org/kemitix/wiser-assertions.svg?branch=develop)](https://travis-ci.org/kemitix/wiser-assertions)
|
||||
[![Coverage Status](https://coveralls.io/repos/github/kemitix/wiser-assertions/badge.svg?branch=develop)](https://coveralls.io/github/kemitix/wiser-assertions?branch=develop)
|
||||
|
||||
# wiser-assertions
|
||||
Assertions for Wiser SMTP test server from subethamail
|
||||
|
||||
|
@ -38,4 +41,4 @@ Taken from Rafal Browiec [WiserAssertions] class.
|
|||
.withContentContains(message_element_3);
|
||||
}
|
||||
|
||||
[WiserAssertions]:http://blog.codeleak.pl/2014/09/testing-mail-code-in-spring-boot.html
|
||||
[WiserAssertions]:http://blog.codeleak.pl/2014/09/testing-mail-code-in-spring-boot.html
|
||||
|
|
Loading…
Reference in a new issue