Skip to content
This repository was archived by the owner on Nov 4, 2025. It is now read-only.

Commit 6e65023

Browse files
authored
Remove codecov
1 parent 6865b74 commit 6e65023

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/tests.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
enable-cache: true
1515
- run: uv run ./bin/lint
1616
- run: uv run ./bin/test
17-
- name: Upload coverage reports to Codecov
18-
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5
19-
env:
20-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
17+
# - name: Upload coverage reports to Codecov
18+
# uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5
19+
# env:
20+
# CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)