Skip to content

merge queue: embarking main (a94b2be) and [#8670 + #8664] together #908

merge queue: embarking main (a94b2be) and [#8670 + #8664] together

merge queue: embarking main (a94b2be) and [#8670 + #8664] together #908

name: Coverage
on:
pull_request:
paths-ignore:
- '**/*.rs'
- '**/*.txt'
- '**/*.snap'
- '**/Cargo.toml'
- '**/Cargo.lock'
# configuration files
- '.cargo/config.toml'
- '**/clippy.toml'
- 'codecov.yml'
- '.github/workflows/ci-coverage.yml'
jobs:
coverage:
name: Coverage on stable
runs-on: ubuntu-latest
steps:
- run: 'echo "No build required"'