Skip to content

Commit a00c63f

Browse files
authored
Merge pull request #18 from valbeat/docs/add-codecov-badge
Add Codecov badge to README
2 parents 749301f + efdbbcb commit a00c63f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# PHP Result
22

33
![Packagist Version](https://img.shields.io/packagist/v/valbeat/result)
4+
[![codecov](https://codecov.io/gh/valbeat/php-result/branch/main/graph/badge.svg)](https://codecov.io/gh/valbeat/php-result)
45

56
A Result type implementation for PHP inspired by Rust's `Result<T, E>` type.
67

0 commit comments

Comments
 (0)