Skip to content

Commit 789b30c

Browse files
committed
Add Coverage badget
1 parent a0c5faa commit 789b30c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# OneLogin's SAML Java Toolkit
22

3+
[![Coverage Status](https://coveralls.io/repos/github/onelogin/java-saml/badge.svg?branch=v2.0.0)](https://coveralls.io/github/onelogin/java-saml?branch=v2.0.0)
4+
35
Version 2.0.0
46

57
Not ready yet, it lacks documentation and not officially distributed.
@@ -41,4 +43,4 @@ Known issues while testing:
4143
* When using @PrepareForTest and PowerMockito the breakpoints not does [not stop when debugging](http://stackoverflow.com/questions/35140575/powermockito-junit-and-eclemma-debugging-dosent-work). The solution is define Rules.
4244

4345
* Java7+ enforces bytecode verification and with Powermock you can experience a [java.lang.VerifyError](http://www.notonlyanecmplace.com/java-7-enforces-bytecode-verification/).
44-
At Java8 bytecode verification is mandatory and there is no option to disable it :(
46+
At Java8 bytecode verification is mandatory and there is no option to disable it :(

0 commit comments

Comments
 (0)