Skip to content

Commit

Permalink
Update coverage-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gitcoindev authored Oct 25, 2023
1 parent 928a78f commit 3ff859f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/coverage-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@ jobs:
- name: Checkout code in PR branch
uses: actions/checkout@v3

- name: Setup Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly-5be158ba6dc7c798a6f032026fe60fc01686b33b

- name: Install dependencies
run: sudo apt-get install lcov

- name: Get PR branch coverage
id: coverage-pr
working-directory: packages/contracts
Expand Down

0 comments on commit 3ff859f

Please sign in to comment.