* Update coveralls link to point to protocol repo coverage * Remove obsoleted ignores in .gitignore * Run forge coverage in CI and upload results to coveralls * Remove unused wrapper * Remove legacy coverage setup * Remove lcov-result-merger * Add base-path setting to coverallsapp in CI
Development
Building solidity files will update the contract artifact in {package-name}/generated-artifacts/{contract}.json
, but does not automatically update the contract-artifacts
or contract-wrappers
packages, which are generated from the artifact JSON. See contract-artifacts/README.md
for instructions on updating these packages.