Revision 79efe51271f057038c1a50ef05359e6138a98170 authored by Lars Bilke on 17 February 2021, 12:02:02 UTC, committed by Lars Bilke on 19 February 2021, 08:55:56 UTC
Runs all ctests with a RUNTIME < 5 including utils tests.

Creates combined reports in these formats:

- html (build/coverage/coverage_report/index.html)
- json (build/coverage/coverage.json)
- xml (build/coverage/coverage.xml)
1 parent 51a2349
Raw File
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top