Skip to content

Commit

Permalink
chore: remove codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
suhaotian committed Feb 26, 2024
1 parent 92fa566 commit ecaf329
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,17 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3


- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 18.x

- uses: oven-sh/setup-bun@v1

- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 8


- name: Install dependencies
run: pnpm install

Expand All @@ -39,10 +35,5 @@ jobs:
run: pnpm --filter=example-app build

- name: Run bun example
run: cd bun-example && bun install && bun index.ts && bun build index.ts

- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: suhaotian/xior
- uses: oven-sh/setup-bun@v1
run: cd bun-example && bun install && bun index.ts && bun build index.ts > /tmp/tmp.js
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[![Build](https://github.com/suhaotian/xior/actions/workflows/check.yml/badge.svg)](https://github.com/suhaotian/xior/actions/workflows/check.yml)
[![codecov](https://codecov.io/gh/suhaotian/xior/graph/badge.svg?token=MQBCJQ1AU8)](https://codecov.io/gh/suhaotian/xior)
[![minzipped size](https://badgen.net/badge/gzip/2.6kb/green)](https://bundlephobia.com/package/xior)
[![npm version](https://badgen.net/npm/v/xior?color=green)](https://www.npmjs.com/package/xior)
![Downloads](https://img.shields.io/npm/dm/xior.svg?style=flat)
Expand Down

0 comments on commit ecaf329

Please sign in to comment.