Skip to content

bug(coverage): missing hits when two contracts from different files have the same name #1999

bug(coverage): missing hits when two contracts from different files have the same name

bug(coverage): missing hits when two contracts from different files have the same name #1999

Workflow file for this run

name: project
on:
issues:
types: [opened, transferred]
jobs:
add-to-project:
name: add issue
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- uses: actions/add-to-project@main
with:
project-url: https://github.com/orgs/foundry-rs/projects/2
github-token: ${{ secrets.GH_PROJECTS_TOKEN }}