Skip to content

Commit

Permalink
Attempt to bust cache on codecov badge
Browse files Browse the repository at this point in the history
  • Loading branch information
daltonclaybrook committed Aug 26, 2020
1 parent 42bbda1 commit eef87d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit eef87d8

Please sign in to comment.