Skip to content

Commit 9fd83d1

Browse files
authored
ci: add .duvet/config.toml (#278)
1 parent de9e864 commit 9fd83d1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+891
-37
lines changed

.duvet/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
reports/
2+
# extract requirements on demand
3+
requirements/

.duvet/config.toml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
'$schema' = "https://awslabs.github.io/duvet/config/v0.4.0.json"
2+
3+
[[source]]
4+
pattern = "h3/**/*.rs"
5+
6+
[[specification]]
7+
source = "https://www.rfc-editor.org/rfc/rfc9114"
8+
9+
[report.html]
10+
enabled = true
11+
issue-link = "https://github.com/hyperium/h3/issues"
12+
blob-link = "https://github.com/hyperium/h3/blob/${{ SHA || GITHUB_SHA || 'master' }}"
13+
14+
# Enable snapshots to prevent requirement coverage regressions
15+
[report.snapshot]
16+
enabled = true

0 commit comments

Comments
 (0)