diff --git a/README.md b/README.md index 1e594ce..549caf2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ ![Build Status](https://github.com/daltonclaybrook/Settler/workflows/Swift/badge.svg) -[![codecov](https://codecov.io/gh/daltonclaybrook/Settler/branch/main/graph/badge.svg)](https://codecov.io/gh/daltonclaybrook/Settler) +[![codecov](https://codecov.io/gh/daltonclaybrook/Settler/branch/main/graph/badge.svg?cache_bust=1)](https://codecov.io/gh/daltonclaybrook/Settler) **Settler** is a Swift metaprogramming tool used to resolve complex dependency graphs in a way that encourages code separation and cleanliness while maintaining the safety guarantees of the compiler. If an object in your resolver cannot be resolved due to a missing or circular dependency, Settler will find it and bottom out compilation of your program.