Commit 98aed461 authored by smartcontracts's avatar smartcontracts Committed by GitHub

Merge pull request #1954 from ethereum-optimism/sc/sdk-coverage

fix: have SDK generate coverage reports
parents 94ffc09d 05d1391c
......@@ -131,6 +131,13 @@ jobs:
fail_ci_if_error: false
verbose: true
flags: message-relayer
- uses: codecov/codecov-action@v1
with:
files: ./packages/sdk/coverage.json
fail_ci_if_error: false
verbose: true
flags: sdk
lint:
name: Linting
runs-on: ubuntu-latest
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment