Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
coverage:
status:
patch:
default:
informational: true
20 changes: 20 additions & 0 deletions .deepsource.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
version = 1

test_patterns = [
"Tests/**"
]

exclude_patterns = [
".build/**",
"**/.swiftpm/**",
"**/DerivedData/**"
]

[[analyzers]]
name = "swift"
enabled = true
skip_rules = ["SW-W1001","SW-R1028"]

[[analyzers]]
name = "secrets"
enabled = true
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ A smarter, faster `AsyncImage` for SwiftUI with built-in in-memory and disk cach
[![Platforms](https://img.shields.io/badge/platforms-iOS%2017%2B-blue)](https://developer.apple.com/ios/)
[![License](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE)

🔍 **DeepSource Static Analysis (per commit)**
[![DeepSource](https://deepsource.io/gh/gentle-giraffe-apps/SmartAsyncImage.svg)](
https://deepsource.io/gh/gentle-giraffe-apps/SmartAsyncImage/?ref=badge
)
[![DeepSource Resolved Issues](https://deepsource.io/gh/gentle-giraffe-apps/SmartAsyncImage.svg?label=resolved+issues)](
https://deepsource.io/gh/gentle-giraffe-apps/SmartAsyncImage/?ref=badge
)

💬 **[Join the discussion. Feedback and questions welcome](https://github.com/gentle-giraffe-apps/SmartAsyncImage/discussions)**

## Features
Expand Down
Loading