Eip1153 coverage [DEMO] #35
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Evmone Coverage Report | |
on: | |
pull_request: | |
paths: | |
- 'converted-ethereum-tests.txt' # This triggers the workflow only for changes in file.txt | |
jobs: | |
evmone-coverage-diff: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v3 | |
with: | |
ref: ${{ github.event.pull_request.head.ref }} # Checks out the PR branch | |
fetch-depth: 0 # Necessary to fetch all history for diff | |
- name: Docker Action | |
uses: ./github/actions/build-evmone-coverage@v2 | |
with: | |
who-to-greet: 'Mona the Octocat' | |