diff --git a/README.md b/README.md index a29d2e3..82e56a6 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,10 @@ Enhancement of current codable protocol using property wrappers for easier acces [![Swift Package Manager](https://img.shields.io/badge/swift%20package%20manager-compatible-brightgreen.svg)](https://github.com/apple/swift-package-manager) ![Platforms](https://img.shields.io/static/v1?label=Platforms&message=iOS%20|%20macOS%20|%20tvOS%20|%20watchOS%20|%20Linux&color=brightgreen) -![MIT](https://img.shields.io/badge/License-MIT-brightgreen.svg) +![MIT](https://img.shields.io/badge/License-MIT-brightgreen.svg)
[![Build Status](https://github.com/rehannali/SGSerializable/actions/workflows/CI.yml/badge.svg)](https://github.com/rehannali/SGSerializable/actions/workflows/CI.yml) [![CircleCI](https://circleci.com/gh/rehannali/SGSerializable/tree/master.svg?style=svg)](https://circleci.com/gh/rehannali/SGSerializable/?branch=master) +[![DeepSource](https://deepsource.io/gh/rehannali/SGSerializable.svg/?label=active+issues&show_trend=true&token=NJ557_fHlmvQMIpy9hTDjU6d)](https://deepsource.io/gh/rehannali/SGSerializable/?ref=repository-badge) - [SGSerializable](#sgserializable) - [Features](#features) @@ -315,4 +316,4 @@ let dictionary = person.dictionary ``` ### Contribute -This is only a tip of the iceberg of what we can achieve using Property Wrappers and how it can be improved [de/en]coding of JSON using property wrappers in Swift. If there is a any custom tranformation that could be added feel free to open an issue requesting it and/or submit a pull request with the new option. \ No newline at end of file +This is only a tip of the iceberg of what we can achieve using Property Wrappers and how it can be improved [de/en]coding of JSON using property wrappers in Swift. If there is a any custom tranformation that could be added feel free to open an issue requesting it and/or submit a pull request with the new option.