Skip to content

fix: add requestId in the Query event. #178

fix: add requestId in the Query event.

fix: add requestId in the Query event. #178

Workflow file for this run

name: cov
on: push
env:
FOUNDRY_PROFILE: ci
jobs:
check:
strategy:
fail-fast: true
name: Foundry Coverage
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
- name: Install LCOV
uses: hrishikesh-kadam/setup-lcov@f5da1b26b0dcf5d893077a3c4f29cf78079c841d # v1.0.0
- name: Generate coverage report
run: make coverage-report
id: coverage
- name: Report code coverage
uses: zgosalvez/github-actions-report-lcov@a546f89a65a0cdcd82a92ae8d65e74d450ff3fbc # v4.1.4
with:
# update-comment: true TODO - add access token so that action can comment with coverage report
coverage-files: lcov.info
minimum-coverage: 8