From 42fba7d71e34735b7e5110d52707db41196c3512 Mon Sep 17 00:00:00 2001 From: Rajil Bajracharya Date: Fri, 1 Sep 2023 16:07:09 +0545 Subject: [PATCH] docs: add ci badges --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a90ac9e..6f3f48a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Woodcutter +[![Build](https://github.com/Rajil1213/woodcutter/actions/workflows/go.yml/badge.svg)](https://github.com/Rajil1213/woodcutter/actions/workflows/go.yml) +[![Go Coverage](https://github.com/Rajil1213/woodcutter/wiki/coverage.svg)](https://raw.githack.com/wiki/Rajil1213/woodcutter/coverage.html) + Woodcutter is a Go package for writing logs to rolling files, forked from [lumberjack](https://github.com/natefinch/lumberjack). This fork was created since the original package remains largely unmaintained. Package woodcutter provides a rolling logger that enhances lumberjack with the following changes: