Skip to content

Commit d688458

Browse files
authored
ci: remove codecov (#10081)
1 parent dee5d3e commit d688458

File tree

3 files changed

+0
-121
lines changed

3 files changed

+0
-121
lines changed

.github/workflows/pr.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,6 @@ jobs:
3636
- name: Stop Nx Agents
3737
if: ${{ always() }}
3838
run: npx nx-cloud stop-all-agents
39-
- name: Upload coverage to Codecov
40-
uses: codecov/codecov-action@v4.6.0
41-
with:
42-
directory: packages
43-
env:
44-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
4539
preview:
4640
name: Preview
4741
runs-on: ubuntu-latest

.github/workflows/release.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,6 @@ jobs:
6767
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6868
# REPO: ${{ github.repository }}
6969
# PR_NUMBER: ${{ steps.changesets.outputs.pullRequestNumber }}
70-
- name: Upload coverage to Codecov
71-
uses: codecov/codecov-action@v4.6.0
72-
with:
73-
directory: packages
74-
env:
75-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
7670
- name: Comment on PRs about release
7771
if: steps.changesets.outputs.published == 'true'
7872
uses: tanstack/config/.github/comment-on-release@main

codecov.yml

Lines changed: 0 additions & 109 deletions
This file was deleted.

0 commit comments

Comments
 (0)