Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Zhang (张涛) committed Oct 16, 2024
1 parent 39a3b10 commit 2981e1d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,16 @@ Canyon is a JavaScript code coverage collection platform. We address the difficu

<img src="./screenshots/wechat7.png" style="width: 200px"/>

## Developing

Follow our [self-hosting documentation](https://docs.canyonjs.org/zh/documentation/self-host/community-edition/prerequisites) to get started with the development environment.

## Contributing

Please contribute using [GitHub Flow](https://guides.github.com/introduction/flow). Create a branch, add commits, and [open a pull request](https://github.com/canyon-project/canyon/compare).

Please read [`CONTRIBUTING`](CONTRIBUTING.md) for details on our [`CODE OF CONDUCT`](CODE_OF_CONDUCT.md), and the process for submitting pull requests to us.


## Contribution

Expand Down
2 changes: 1 addition & 1 deletion packages/canyon-data/src/coverage/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// import libCoverage, {CoverageMapData} from "istanbul-lib-coverage";
import libCoverage, {CoverageMapData} from "istanbul-lib-coverage";
// import {formatCoverageData} from "../utils/formatCoverageData.ts";
/**
* 合并两个覆盖率数据
Expand Down

0 comments on commit 2981e1d

Please sign in to comment.