diff --git a/README.md b/README.md index a0077e5..f73a3fb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # PHP Result ![Packagist Version](https://img.shields.io/packagist/v/valbeat/result) +[![codecov](https://codecov.io/gh/valbeat/php-result/branch/main/graph/badge.svg)](https://codecov.io/gh/valbeat/php-result) A Result type implementation for PHP inspired by Rust's `Result` type.