Skip to content

Commit

Permalink
doc: fixed images formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
limcheekin committed Sep 16, 2021
1 parent 816928c commit 433cce4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/ContinuousIntegrationSetup.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ The `CI=true` flag is required for the creation of the `gasReporterOutput.json`
run: CI=true truffle test
```
Expected output:

![Test Report](https://github.com/limcheekin/eth-dapps-nextjs-boiletplate/raw/master/doc/images/test.png "Test Report")

### Run Codechecks
Expand All @@ -71,6 +72,7 @@ This step will generate ETH gas report for smart contracts.
CC_SECRET: ${{ secrets.CC_SECRET }}
```
Expected output:

![ETH Gas Report](https://github.com/limcheekin/eth-dapps-nextjs-boiletplate/raw/master/doc/images/eth-gas-report.png "ETH Gas Report")

You need to request the `CC_SECRET` from https://app.codechecks.io/ for CI build.
Expand All @@ -81,6 +83,7 @@ You need to request the `CC_SECRET` from https://app.codechecks.io/ for CI build
run: truffle run coverage
```
Expected output:

![Coverage](https://github.com/limcheekin/eth-dapps-nextjs-boiletplate/raw/master/doc/images/coverage.png "Coverage")

### Send Coverage Data To Coveralls (Optional)
Expand Down

0 comments on commit 433cce4

Please sign in to comment.