Skip to content

Commit

Permalink
chore: forge build with coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
gitcoindev committed Oct 25, 2023
1 parent ba17a96 commit b4f2e4e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/coverage-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ jobs:
cd ./packages/contracts
# generates lcov.info
forge coverage --report lcov --out ./out
tree /home/runner/work/ubiquity-dollar/ubiquity-dollar/packages/contracts/out/
forge build && forge coverage --report lcov
# Foundry uses relative paths but Hardhat uses absolute paths.
# Convert absolute paths to relative paths for consistency.
Expand Down Expand Up @@ -81,7 +79,7 @@ jobs:
cd ./packages/contracts
# generates lcov.info
forge coverage --report lcov --force --out ./out
forge build && forge coverage --report lcov
# Foundry uses relative paths but Hardhat uses absolute paths.
# Convert absolute paths to relative paths for consistency.
Expand Down

0 comments on commit b4f2e4e

Please sign in to comment.