Skip to content

Commit

Permalink
feat(canyon-uploader): update
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Zhang (张涛) committed Nov 11, 2024
1 parent 27ebbae commit 4c11f68
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions tools/canyon-uploader/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
Canyon Uploader

## 使用

1. 安装依赖

```bash
npm install -g canyon-uploader
```

2. 使用

```bash
canyon-uploader hit --dsn=http://localhost:8080/coverage/map/client
```

or

map是支持playwright等自动化工具生成的覆盖率数据

```bash
canyon-uploader map --dsn=http://localhost:8080/coverage/client
```

0 comments on commit 4c11f68

Please sign in to comment.