Revision e77cf09370ac8d1524d039aa3ce572357f8ac97b authored by Tom Fischer on 23 June 2021, 08:16:01 UTC, committed by Tom Fischer on 23 June 2021, 08:16:01 UTC
Code coverage visualization

See merge request ogs/ogs!3664
2 parent s 216c26d + ffe9190
Raw File
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top