Skip to content

Commit

Permalink
Update CI workflow to use allowance coverage report.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmv08 committed Aug 29, 2024
1 parent 26f9ba5 commit b169b8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_allowance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
pnpm run --filter "@safe-global/safe-allowance-module" coverage
- uses: coverallsapp/github-action@master
with:
path-to-lcov: modules/passkey/coverage/lcov.info
path-to-lcov: modules/allowances/coverage/lcov.info
github-token: ${{ secrets.GITHUB_TOKEN }}
lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b169b8c

Please sign in to comment.