Skip to content

Commit 3b3d722

Browse files
nullvariantclaude
andauthored
fix(docs): use official SLSA SVG badge and add codecov.yml (#66)
* fix(docs): use official SLSA SVG badge with logo in monorepo root 🖥️ IDE: [Cursor](https://cursor.sh) 🔌 Extension: [Claude Code](https://claude.ai/download) Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com> Model-Raw: claude-opus-4-5-20251101 * chore: add codecov.yml for monorepo path configuration 🖥️ IDE: [Cursor](https://cursor.sh) 🔌 Extension: [Claude Code](https://claude.ai/download) Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com> Model-Raw: claude-opus-4-5-20251101 --------- Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 3c591f9 commit 3b3d722

2 files changed

Lines changed: 24 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/nullvariant/nullvariant-vscode-extensions/badge)](https://securityscorecards.dev/viewer/?uri=github.com/nullvariant/nullvariant-vscode-extensions)
44
[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/11709/badge)](https://www.bestpractices.dev/projects/11709)
5-
[![SLSA 3](https://img.shields.io/badge/SLSA-Level_3-green)](https://github.com/nullvariant/nullvariant-vscode-extensions/attestations)
5+
[![SLSA 3](https://slsa.dev/images/gh-badge-level3.svg)](https://slsa.dev/)
66
[![Security](https://github.com/nullvariant/nullvariant-vscode-extensions/actions/workflows/security.yml/badge.svg)](https://github.com/nullvariant/nullvariant-vscode-extensions/actions/workflows/security.yml)
77
[![CI](https://github.com/nullvariant/nullvariant-vscode-extensions/actions/workflows/ci.yml/badge.svg)](https://github.com/nullvariant/nullvariant-vscode-extensions/actions/workflows/ci.yml)
88
[![codecov](https://codecov.io/gh/nullvariant/nullvariant-vscode-extensions/graph/badge.svg)](https://codecov.io/gh/nullvariant/nullvariant-vscode-extensions)

codecov.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Codecov Configuration for Monorepo
2+
# https://docs.codecov.com/docs/codecov-yaml
3+
4+
coverage:
5+
status:
6+
project:
7+
default:
8+
target: auto
9+
threshold: 5%
10+
patch:
11+
default:
12+
target: auto
13+
14+
# Fix path mapping for monorepo structure
15+
fixes:
16+
- "out/::" # Remove out/ prefix from paths
17+
- "extensions/git-id-switcher/out/::extensions/git-id-switcher/src/" # Map compiled to source
18+
19+
# Ignore test files from coverage
20+
ignore:
21+
- "**/*.test.ts"
22+
- "**/test/**"
23+
- "**/out/test/**"

0 commit comments

Comments
 (0)