From eef87d84912f3bf9d60abaa4891eac5e68b05822 Mon Sep 17 00:00:00 2001 From: Dalton Claybrook Date: Tue, 25 Aug 2020 21:38:22 -0400 Subject: [PATCH] Attempt to bust cache on codecov badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.