Revision 70aa34fa4ff15e4d7efc7ddfb9530860e5b435ab authored by Lars Bilke on 31 August 2021, 08:50:53 UTC, committed by Lars Bilke on 31 August 2021, 10:19:41 UTC
If git clang-format is not available the check always passes. I did
not found a way to let pre-commit mark the check as skipped or not
available to indicate that the checks are not run complete.
1 parent dc91a2b
Raw File
codecov.yml
codecov:
  token: 2371d4ae-34d6-4a75-a212-0ecd2ffa2629

ignore:
  - "Applications/CLI"
  - "ProcessLib"
  - "ThirdParty"
  - "*Tests/**/*"
back to top