Skip to content

Commit

Permalink
Fix Code Coverage badge
Browse files Browse the repository at this point in the history
  • Loading branch information
Marusyk authored Aug 28, 2023
1 parent d36b3c7 commit e952a6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Cross platform .NET grok implementation as a NuGet package

# Code Coverage

[![Coverage Status](https://coveralls.io/repos/github/Marusyk/grok.net/badge.svg)](https://coveralls.io/github/Marusyk/grok.net)
[![Coverage Status](https://coveralls.io/repos/github/Marusyk/grok.net/badge.svg?branch=main)](https://coveralls.io/github/Marusyk/grok.net?branch=main)

# How to Install

Expand Down Expand Up @@ -115,7 +115,7 @@ loglevel : WARN
func : main
msg : DECODED: 775233900043 EMPTY DISTANCE: --------
```
or use `ToDictionary()` on `grokResult` to get the result as `IReadOnlyDictionary<string, IEnumerable<object>>`
or use `ToDictionary()` on `grokResult` to get the result as `IReadOnlyDictionary<string, IEnumerable<object>>`

# Custom grok patterns

Expand Down

0 comments on commit e952a6f

Please sign in to comment.