From e349ea166e5c492808da64eb106d3747f8935f1e Mon Sep 17 00:00:00 2001 From: Erez Sh Date: Tue, 11 May 2021 12:40:23 -0500 Subject: [PATCH] README: Fix link to codecov --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 76301df..8ec22ed 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ Lark is great at handling ambiguity. Here is the result of parsing the phrase "f - Automatic line & column tracking - Standard library of terminals (strings, numbers, names, etc.) - Import grammars from Nearley.js ([read more](/docs/tools.md#importing-grammars-from-nearleyjs)) - - Extensive test suite [![codecov](https://codecov.io/gh/erezsh/lark/branch/master/graph/badge.svg)](https://codecov.io/gh/erezsh/lark) + - Extensive test suite [![codecov](https://codecov.io/gh/lark-parser/lark/branch/master/graph/badge.svg?token=lPxgVhCVPK)](https://codecov.io/gh/lark-parser/lark) - MyPy support using type stubs - And much more!