Skip to content

Fix issue with initial COV being too high. Filter not follows measure… #656

Fix issue with initial COV being too high. Filter not follows measure…

Fix issue with initial COV being too high. Filter not follows measure… #656

Workflow file for this run

# Run clang-format
name: Clang-format
on: [push, pull_request]
jobs:
checkout-and-check-formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run clang-format
uses: DoozyX/clang-format-lint-action@v0.17
# These are optional (defaults displayed)
with:
source: '.'
exclude: './macro ./scripts ./compiled ./resources ./include ./geometry'
extensions: 'h,cxx,C'
clangFormatVersion: 17