Skip to content

Commit

Permalink
Add codecov badge to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nordzilla committed Jan 24, 2024
1 parent 9619d73 commit a2041a8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@ rust-version = "1.71.1"
[dev-dependencies]
paste = "1.0.14"

[badges]
codecov = { repository = "nordzilla/count-digits", branch = "main", service = "github" }

2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Coverage Status](https://codecov.io/gh/nordzilla/count-digits/branch/main/graph/badge.svg)](https://codecov.io/gh/nordzilla/count-digits)

# count-digits

## CountDigits
Expand Down

0 comments on commit a2041a8

Please sign in to comment.