Skip to content
Open
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
10 changes: 4 additions & 6 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
coverage:
status:
project:
# Keep website coverage from lowering the existing frontend status.
default:
target: auto
flags:
- unit
- e2e
# Disable the project-wide status entirely: the merge queue uses ALLGREEN,
# and total-project coverage dips were blocking merges. Patch coverage below
# still covers the diff.
default: false

website:
target: auto
Expand Down
1 change: 1 addition & 0 deletions knip.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ const config: KnipConfig = {
'**/*.{js,ts,vue}',
'*.{js,ts,mts}',
'!.claude/**',
'!worktrees/**',
'!src/__ecs_matrix__/**'
],
ignore: ['scripts/registry-census/detection-proof/**']
Expand Down
Loading