We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3ea410 commit 554de77Copy full SHA for 554de77
.github/workflows/ci.yml
@@ -76,7 +76,6 @@ jobs:
76
secrets:
77
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
78
MAINNET_RPC_URL: ${{ secrets.MAINNET_RPC_URL }}
79
- ROUTEMESH_API_KEY: ${{ secrets.ROUTEMESH_API_KEY }}
80
uses: "sablier-labs/gha-utils/.github/workflows/forge-coverage.yml@main"
81
with:
82
- match-path: "tests/{fork,integration,unit}/**/*.sol"
+ match-path: "tests/{integration,unit}/**/*.sol"
0 commit comments