From f9194e3ec2e161d59bc985d8b6913117aa84ddd1 Mon Sep 17 00:00:00 2001 From: Rambaud Pierrick <12rambau@users.noreply.github.com> Date: Wed, 18 Sep 2024 07:40:05 +0200 Subject: [PATCH] docs: display a working coverage badge The link was dead without the static token I don't want to dog to much but now it works. also codecov was still pointin to a "master" branch instead of main. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b67a34..675cca4 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [](https://pypi.org/project/ERAlchemy/) [](https://pypi.org/project/eralchemy/) [](https://github.com/eralchemy/eralchemy/actions/workflows/unit.yaml) -[](https://app.codecov.io/gh/eralchemy/eralchemy) +[](https://app.codecov.io/gh/eralchemy/eralchemy/tree/main) # Entity relation diagrams generator -- GitLab