From 2981e1d678f6e61b378fe1a8019773bb92186edd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Allen=20Zhang=20=28=E5=BC=A0=E6=B6=9B=29?= Date: Wed, 16 Oct 2024 21:03:30 +0800 Subject: [PATCH] chore: update readme --- README.md | 10 ++++++++++ packages/canyon-data/src/coverage/index.ts | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 481e815f..5855a84f 100755 --- a/README.md +++ b/README.md @@ -43,6 +43,16 @@ Canyon is a JavaScript code coverage collection platform. We address the difficu +## 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 diff --git a/packages/canyon-data/src/coverage/index.ts b/packages/canyon-data/src/coverage/index.ts index d6541aa2..29bbcdca 100755 --- a/packages/canyon-data/src/coverage/index.ts +++ b/packages/canyon-data/src/coverage/index.ts @@ -1,4 +1,4 @@ -// import libCoverage, {CoverageMapData} from "istanbul-lib-coverage"; +import libCoverage, {CoverageMapData} from "istanbul-lib-coverage"; // import {formatCoverageData} from "../utils/formatCoverageData.ts"; /** * 合并两个覆盖率数据