File: codecov.yml

package info (click to toggle)
libfits-java 1.21.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 8,568 kB
  • sloc: java: 55,986; xml: 1,266; makefile: 6
file content (27 lines) | stat: -rw-r--r-- 423 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
codecov:
  require_ci_to_pass: no

coverage:
  precision: 2
  round: down
  status:
    patch: off
    project:
      default:
        target: auto
        threshold: 0.03%
        removed_code_behavior: adjust_base

parsers:
  gcov:
    branch_detection:
      conditional: yes
      loop: yes
      method: no
      macro: no

comment:
  layout: "reach,diff,flags,files,footer"
  behavior: default
  require_changes: no