Skip to content

Commit

Permalink
update codecov badge
Browse files Browse the repository at this point in the history
  • Loading branch information
vallerion committed Aug 22, 2023
1 parent 95e8003 commit 425ef14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
![Build Status](https://github.com/vallerion/rscanner/actions/workflows/go.yml/badge.svg)
[![Go Reference](https://pkg.go.dev/badge/github.com/vallerion/rscanner.svg)](https://pkg.go.dev/github.com/vallerion/rscanner)
[![Go Report Card](https://goreportcard.com/badge/github.com/vallerion/rscanner)](https://goreportcard.com/report/github.com/vallerion/rscanner)
[![codecov](https://codecov.io/gh/vallerion/rscanner/branch/master/graph/badge.svg)](https://codecov.io/gh/vallerion/rscanner)
[![codecov](https://codecov.io/gh/vallerion/rscanner/graph/badge.svg?token=JCZZYTIWMD)](https://codecov.io/gh/vallerion/rscanner)

Have you ever found yourself in a situation where you need to read a file or another readable source from the end to the
start? While `bufio.Scanner` only supports reading from the start, `rscanner.Scanner` offers the capability to read from
Expand Down

0 comments on commit 425ef14

Please sign in to comment.