Skip to content

Commit

Permalink
disable codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
berekuk committed Jan 12, 2024
1 parent 946559f commit 9022380
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,26 +35,3 @@ jobs:
run: pnpm install
- name: Turbo run
run: npx turbo run build test lint

coverage:
name: Coverage
runs-on: ubuntu-latest
concurrency:
group: ci-coverage-${{ github.ref }}
cancel-in-progress: true
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 2
- uses: pnpm/action-setup@v2
with:
version: 8
- name: Setup Node.js environment
uses: actions/setup-node@v4
with:
node-version: 18
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
- name: Coverage
run: npx turbo run coverage

1 comment on commit 9022380

@vercel
Copy link

@vercel vercel bot commented on 9022380 Jan 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.