From e9183c4ef927ad198025bc5ebba828c27bbf54f3 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Wed, 9 Nov 2022 00:09:35 +0000 Subject: [PATCH] Fix code coverage badge in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e9a84f6..9dd0329 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ loot-condition-interpreter ========================== ![CI](https://github.com/loot/loot-condition-interpreter/workflows/CI/badge.svg?branch=master) -[![Coverage Status](https://coveralls.io/repos/github/Ortham/libloadorder/badge.svg?branch=master)](https://coveralls.io/github/Ortham/libloadorder?branch=master) +[![Coverage Status](https://coveralls.io/repos/github/loot/loot-condition-interpreter/badge.svg?branch=master)](https://coveralls.io/github/loot/loot-condition-interpreter?branch=master) A library for parsing and evaluating LOOT's metadata condition strings. It provides: