Skip to content

Commit e952a6f

Browse files
authored
Fix Code Coverage badge
1 parent d36b3c7 commit e952a6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Cross platform .NET grok implementation as a NuGet package
1414

1515
# Code Coverage
1616

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

1919
# How to Install
2020

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

120120
# Custom grok patterns
121121

0 commit comments

Comments
 (0)