From 29d0ce4449e533b5dd31e8f6395e896b27ded76e Mon Sep 17 00:00:00 2001 From: Ullaakut Date: Mon, 21 Jan 2019 13:58:03 +0100 Subject: [PATCH] Add CI and test coverage --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b55d1b1..8a9a270 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,12 @@ + + + + + +

This library aims at providing idiomatic `nmap` bindings for go developers, in order to make it easier to write security audit tools using golang. @@ -36,8 +42,6 @@ This paragraph won't be removed until the library is ready to be used and proper - [ ] Examples of usage - Work in progress (4/7 examples so far) - [ ] Complete unit tests - Work in progress (95% coverage so far) -- [ ] CI -- [ ] Coveralls - [ ] Asynchronous scan ## Example