Skip to content

Commit

Permalink
new: added badges (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
pamburus committed Apr 27, 2024
1 parent 3cd1f35 commit d280e92
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# hl
# hl [![Build Status][ci-img]][ci] [![Coverage Status][cov-img]][cov]

A fast and powerful log viewer and processor that translates JSON or logfmt logs into a pretty human-readable format.
High performance and convenient features are the main goals.

Expand Down Expand Up @@ -527,3 +528,9 @@ Options:
$ time fblog -d example.log >/dev/null
fblog -d example.log > /dev/null 130.64s user 14.70s system 99% cpu 2:25.98 total
```


[ci-img]: https://github.com/pamburus/hl/actions/workflows/ci.yml/badge.svg
[ci]: https://github.com/pamburus/hl/actions/workflows/ci.yml
[cov-img]: https://codecov.io/gh/pamburus/hl/graph/badge.svg?token=464MN13408
[cov]: https://codecov.io/gh/pamburus/hl

0 comments on commit d280e92

Please sign in to comment.