Skip to content

Commit 129e35c

Browse files
committed
chore: added codecov
1 parent 47fca39 commit 129e35c

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/general.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
matrix:
1717
os: [ubuntu-latest, macos-latest, windows-latest]
1818

19+
permissions:
20+
id-token: write
21+
1922
steps:
2023
- name: Checkout Repo
2124
uses: actions/checkout@v5
@@ -32,6 +35,11 @@ jobs:
3235
run: pnpm build
3336
- name: Test Packages
3437
run: pnpm test
38+
- name: Upload Coverage
39+
if: matrix.os == 'ubuntu-latest'
40+
uses: codecov/codecov-action@v5
41+
with:
42+
use_oidc: true
3543

3644
release:
3745
needs: [test]

.livemark/routes/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ function Hero() {
3636
<BackgroundGrid />
3737
<div className="relative w-full mx-auto max-w-5xl px-6 py-16 text-center animate-in fade-in-0 slide-in-from-bottom-4 duration-700 ease-out">
3838
<h1 className="text-5xl md:text-7xl font-extrabold tracking-tight text-foreground">
39-
Documentation that runs in your{" "}
39+
Docs that run in your{" "}
4040
<span className="relative inline-block">
4141
<span className="relative z-10">test suite</span>
4242
<span

0 commit comments

Comments
 (0)