Skip to content

Commit

Permalink
feat: exclude integration tests from coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
gas1cent committed Jul 1, 2024
1 parent 7dbdc3e commit 46a9317
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on: [push]

env:
COVERAGE_SENSITIVITY_PERCENT: 1
MAINNET_RPC: ${{ secrets.MAINNET_RPC }}
SEPOLIA_RPC: ${{ secrets.SEPOLIA_RPC }}

jobs:
upload-coverage:
Expand All @@ -30,7 +28,7 @@ jobs:

- name: Run coverage
shell: bash
run: forge coverage --report summary --report lcov
run: forge coverage --report summary --report lcov --match-contract Unit

- name: Setup LCOV
uses: hrishikesh-kadam/setup-lcov@v1
Expand Down

0 comments on commit 46a9317

Please sign in to comment.