summaryrefslogtreecommitdiff
path: root/codecov.yml
blob: af5cb563225c1fbf6048be5dacb506ecb6297f8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
coverage:
  status:
    project:
      default:
        target: auto
        threshold: 1%
    patch:
      default:
        target: 80%
comment:
  layout: "condensed_header, condensed_files, condensed_footer"
  behavior: default
  require_changes: false
ignore:
  - "dokka/**"
  - "platform-paper/src/main/kotlin/dev/m1sk9/lunaticChat/paper/listener/**"