diff --git a/.gitignore b/.gitignore
index 30bc162..b1bc6fe 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
-/node_modules
\ No newline at end of file
+/node_modules
+/coverage
\ No newline at end of file
diff --git a/README.md b/README.md
index 37e8f53..58f7853 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,13 @@
# `rusultTs`
-Rust **_Result Implementation for Typescript_**, simply. i.e. Modern error handling library. (no dependencies, pure Typescript code about 50 lines) 100% [coverage]
+Rust **_Result Implementation for Typescript_**, simply. i.e. Modern error handling library. (no dependencies, pure Typescript code about 50 lines) 100% [[coverage]](https://github.com/just-do-halee/rusultts/actions/workflows/main.yml)