espresso-sequencer icon indicating copy to clipboard operation
espresso-sequencer copied to clipboard

Run code coverage on smart contracts

Open sveitser opened this issue 1 year ago • 0 comments

This involves running forge coverage, probably with --report lcov and then uploading the file to coveralls.

      - name: Coveralls upload
        uses: coverallsapp/github-action@master
        with:
          github-token: ${{ secrets.GITHUB_TOKEN }}
          path-to-lcov: lcov.info

We probably don't want to run this on every PR but on pushes to main.

sveitser avatar Mar 11 '24 15:03 sveitser