Skip to content

Commit

Permalink
Add img shields badges on README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yimajo committed Nov 6, 2023
1 parent b088578 commit 8f72465
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
![version](https://img.shields.io/github/v/release/CuriositySoftware/swift-fatal-test-value.svg)
[![Build](https://github.com/CuriositySoftware/swift-fatal-test-value/actions/workflows/build-and-test.yml/badge.svg)](https://github.com/CuriositySoftware/swift-fatal-test-value/actions/workflows/build-and-test.yml)
![Swift Package Manager](https://img.shields.io/badge/swift%20package%20manager-compatible-brightgreen.svg)
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2FCuriositySoftware%2Fswift-fatal-test-value%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/CuriositySoftware/swift-fatal-test-value)
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2FCuriositySoftware%2Fswift-fatal-test-value%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/CuriositySoftware/swift-fatal-test-value)
![License](https://img.shields.io/badge/License-MIT-yellow.svg)

This macro eliminates boilerplate needed to set initial values of Dependency Injected instances' methods in unit tests.
Expand Down

0 comments on commit 8f72465

Please sign in to comment.