You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
807 B

3 years ago
6 years ago
6 years ago
6 years ago
3 years ago
3 years ago
  1. codecov:
  2. require_ci_to_pass: yes
  3. coverage:
  4. range: '20...100'
  5. round: down
  6. precision: 2
  7. status:
  8. project:
  9. default:
  10. threshold: .1
  11. notify:
  12. slack:
  13. default:
  14. url: 'secret:M/dQaxt1nCzNG8JinXO5SmKdYoqErol7pzCV4Xv194cltAc0qu9WEezFP8Gnwkdg4eXfdxw2M0SbjcE8R8QB2B9n/YUHdXPdWsnhxa/HuIwc4kbvcaHyM7fU/lh7eWgYs4O5K3z/YnrirkmqNlzcgUuRmBOajf6MocPp4zd3sz8='
  15. parsers:
  16. gcov:
  17. branch_detection:
  18. conditional: yes
  19. loop: yes
  20. method: no
  21. macro: no
  22. comment: off
  23. github_checks:
  24. annotations: false
  25. ignore:
  26. - 'src/web/assets'
  27. - 'src/test/internal'
  28. - 'src/config'
  29. - 'src/icons'
  30. - 'src/test/internal'
  31. - 'src/migrations'
  32. - 'src/templates'
  33. - 'src/translations'
  34. - 'src/views'
  35. - 'src/web/assets'
  36. - 'bootstrap'
  37. - 'lib'
  38. - 'tests'
  39. - 'vendor'