Skip to content

Commit 912712c

Browse files
tooling: add CodeCov and DeepSource
1 parent e97c472 commit 912712c

3 files changed

Lines changed: 33 additions & 0 deletions

File tree

.codecov.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
coverage:
2+
status:
3+
patch:
4+
default:
5+
informational: true

.deepsource.toml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
version = 1
2+
3+
test_patterns = [
4+
"Tests/**"
5+
]
6+
7+
exclude_patterns = [
8+
".build/**",
9+
"**/.swiftpm/**",
10+
"**/DerivedData/**"
11+
]
12+
13+
[[analyzers]]
14+
name = "swift"
15+
enabled = true
16+
skip_rules = ["SW-W1001","SW-R1028"]
17+
18+
[[analyzers]]
19+
name = "secrets"
20+
enabled = true

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ A smarter, faster `AsyncImage` for SwiftUI with built-in in-memory and disk cach
1010
[![Platforms](https://img.shields.io/badge/platforms-iOS%2017%2B-blue)](https://developer.apple.com/ios/)
1111
[![License](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE)
1212

13+
🔍 **DeepSource Static Analysis (per commit)**
14+
[![DeepSource](https://deepsource.io/gh/gentle-giraffe-apps/SmartAsyncImage.svg)](
15+
https://deepsource.io/gh/gentle-giraffe-apps/SmartAsyncImage/?ref=badge
16+
)
17+
[![DeepSource Resolved Issues](https://deepsource.io/gh/gentle-giraffe-apps/SmartAsyncImage.svg?label=resolved+issues)](
18+
https://deepsource.io/gh/gentle-giraffe-apps/SmartAsyncImage/?ref=badge
19+
)
20+
1321
💬 **[Join the discussion. Feedback and questions welcome](https://github.com/gentle-giraffe-apps/SmartAsyncImage/discussions)**
1422

1523
## Features

0 commit comments

Comments
 (0)