From f67de4a7ab66cfe96e9c9801743be124d3543f23 Mon Sep 17 00:00:00 2001 From: Luni-4 Date: Tue, 19 May 2020 12:16:23 +0200 Subject: [PATCH] Add badge --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index cd5cf0531..295e8fdb2 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,9 @@ [![Task Status](https://community-tc.services.mozilla.com/api/github/v1/repository/mozilla/rust-code-analysis/master/badge.svg)](https://community-tc.services.mozilla.com/api/github/v1/repository/mozilla/rust-code-analysis/master/latest) [![codecov](https://codecov.io/gh/mozilla/rust-code-analysis/branch/master/graph/badge.svg)](https://codecov.io/gh/mozilla/rust-code-analysis) + + + **rust-code-analysis** is a Rust library to analyze the source code of many different programming languages. It is based on a parser generator tool and an incremental parsing library called [Tree Sitter](https://github.com/tree-sitter/tree-sitter).