Skip to content

Commit 9c43b88

Browse files
committed
added code coverage with coverall.io
1 parent 06b9509 commit 9c43b88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
**Update 09/22/2017**: I've been silent for long time (I'm into Golang lately hence putting Java aside) despite the fact that there are lots of interests to make this mini tool better. I'll kick off my effort to improve this tool from now on by reviewing outstanding issues and PRs
22

3-
# InMemoryJavaCompiler [![Build Status](https://travis-ci.org/trung/InMemoryJavaCompiler.svg?branch=master)](https://travis-ci.org/trung/InMemoryJavaCompiler)
3+
# InMemoryJavaCompiler [![Build Status](https://travis-ci.org/trung/InMemoryJavaCompiler.svg?branch=master)](https://travis-ci.org/trung/InMemoryJavaCompiler) [![Coverage Status](https://coveralls.io/repos/github/trung/InMemoryJavaCompiler/badge.svg?branch=master)](https://coveralls.io/github/trung/InMemoryJavaCompiler?branch=master)
44
Samples with utility classes to compile java source code in memory
55

66
After taking huge effort to look for example on the internet and found nothing work. I decided to create a very simple version.

0 commit comments

Comments
 (0)