Skip to content

Commit 1c81c61

Browse files
authored
Merge pull request #10 from mazrean/doc/fix-codecov-badge
fix codecov badge
2 parents 8f611b6 + 60326f2 commit 1c81c61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![GitHub release](https://img.shields.io/github/release/mazrean/formstream.svg)](https://github.com/mazrean/formstream/releases/)
44
![CI main](https://github.com/mazrean/formstream/actions/workflows/ci.yaml/badge.svg)
5-
[![codecov](https://codecov.io/gh/mazrean/formstream/branch/master/graph/badge.svg)](https://codecov.io/gh/mazrean/formstream)
5+
[![codecov](https://codecov.io/gh/mazrean/formstream/branch/main/graph/badge.svg)](https://codecov.io/gh/mazrean/formstream)
66
[![Go Reference](https://pkg.go.dev/badge/github.com/mazrean/formstream.svg)](https://pkg.go.dev/github.com/mazrean/formstream)
77

88
FormStream is a Golang streaming parser for multipart data, primarily used in web form submissions and file uploads.

0 commit comments

Comments
 (0)