Skip to content

Commit 554de77

Browse files
andreivladbrgsmol-ninja
authored andcommitted
ci: remove fork path from coverage (#1295)
1 parent c3ea410 commit 554de77

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ jobs:
7676
secrets:
7777
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
7878
MAINNET_RPC_URL: ${{ secrets.MAINNET_RPC_URL }}
79-
ROUTEMESH_API_KEY: ${{ secrets.ROUTEMESH_API_KEY }}
8079
uses: "sablier-labs/gha-utils/.github/workflows/forge-coverage.yml@main"
8180
with:
82-
match-path: "tests/{fork,integration,unit}/**/*.sol"
81+
match-path: "tests/{integration,unit}/**/*.sol"

0 commit comments

Comments
 (0)