https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 840bc125b0e9964a26fb49a41a54f50d6f24d9ed authored by Lars Bilke on 22 February 2021, 07:46:40 UTC
[ci] Optimized job order for faster coverage.
Tip revision: 840bc12
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top