Skip to content

Commit

Permalink
πŸ“š Update Template README
Browse files Browse the repository at this point in the history
  • Loading branch information
JaredBorders committed Sep 20, 2023
1 parent 72e7d0d commit c499e48
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ Template foundry project created by Kwenta
4. Add required **Repository Secrets** to your github repository settings
> Navigate to `Settings > Secrets and variables > Actions` and add whatever secrets are required for your project's CI.
5. The current template CI will fail until the following repository secrets are added: `OPTIMISM_GOERLI_RPC_URL` and `ETHERSCAN_API_KEY`. See `.github/workflows/*` for more details.
6. Finally, run `npm run coverage:generate-lcov` to generate a coverage report for your project and commit the results to your remote repository
> This will be used by the CI to determine when changes to your project have caused the coverage to drop below a certain threshold.
## Contracts

Expand Down

0 comments on commit c499e48

Please sign in to comment.