Skip to content

Commit

Permalink
chore: update ci (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
xudafeng committed Aug 8, 2020
1 parent 97cd766 commit c8936ea
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@ This project follows the git-contributor [spec](https://github.com/xudafeng/git-

[For more](//github.com/macacajs/macaca-reporter/network/dependents)

## Related

- [macaca-reporter-jest](https://github.com/macacajs/macaca-reporter-jest)
- [macaca-reporter-java-plugin](https://github.com/macacajs/macaca-reporter-java-plugin)

## Thanks to

- [d3-tree](//github.com/zhuyali/d3-tree)
Expand Down
4 changes: 4 additions & 0 deletions docs/guide/integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ After the data is generated, the reporter page is rendered by the render method:

code:[Hilo](https://github.com/hiloteam/Hilo/blob/dev/gulpfile.js#L287)

## Jest Project

[macaca-reporter-jest](https://github.com/macacajs/macaca-reporter-jest)

## Java Project

[macaca-reporter-java-plugin](//github.com/macacajs/macaca-reporter-java-plugin)
4 changes: 4 additions & 0 deletions docs/zh/guide/integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ runner.once('end', () => {

参考项目:[Hilo](https://github.com/hiloteam/Hilo/blob/dev/gulpfile.js#L287)

## Jest 集成

使用 [macaca-reporter-jest](https://github.com/macacajs/macaca-reporter-jest) 可以完成 jest 工具的集成使用。

## Java 工程集成

使用 [macaca-reporter-java-plugin](//github.com/macacajs/macaca-reporter-java-plugin) 可以完成 Java 工程的集成使用。

0 comments on commit c8936ea

Please sign in to comment.