summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAsko Nõmm <asko@nmm.ee>2026-02-01 11:20:30 +0200
committerAsko Nõmm <asko@nmm.ee>2026-02-01 11:20:30 +0200
commit354067b319d587bd0a178ddc0ed1e79de5460381 (patch)
tree9aa10bae96cecf982cbfd0fef370f5c8e13b61c5 /README.md
parent233bbd9d9262002fbeee96114c08d90a7b45edef (diff)
Add CI workflows for coverage and linting; update README to remove Codecov badge
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/README.md b/README.md
index dcefc94..8b888a2 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,5 @@
# Loggr
-[![codecov](https://codecov.io/gh/askonomm/loggr/graph/badge.svg?token=lQDNAnAWKn)](https://codecov.io/gh/askonomm/loggr)
-
An extendable logging utility class brought to you by the frustration of every logging class always having its own unique format,
which makes using log viewing tools difficult. Instead of having its own yet-another-format that no tool supports, Loggr attempts to match
many already existing formats, allowing you to use whichever you prefer most.