Skip to content

Commit

Permalink
fix: syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
gomesalexandre committed Apr 9, 2024
1 parent 3ab9540 commit 399de62
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/foundry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Foundry

on:
workflow_dispatch:
push:
branches: [main, develop, feat_unit_tests_full_coverage]
push:
branches: [main, develop, feat_unit_tests_full_coverage]
pull_request:
branches: [main, develop]

Expand All @@ -30,6 +30,7 @@ jobs:
run: |
forge test -vvv
forge coverage --report lcov
id: test

coverage_report:
name: Enforce 100% coverage
Expand All @@ -45,4 +46,4 @@ jobs:
coverage-files: 'lcov.info'
minimum-coverage: 100
update-comment: false
id: coverage
id: coverage

0 comments on commit 399de62

Please sign in to comment.