File: codecov.yml

package info (click to toggle)
rocrand 6.4.3-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 102,860 kB
  • sloc: cpp: 203,022; f90: 2,500; python: 1,417; sh: 359; xml: 212; asm: 90; makefile: 50
file content (24 lines) | stat: -rw-r--r-- 600 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
codecov:
  require_ci_to_pass: false

ignore:
  - "benchmark/"
  - "build/"
  - "cmake/"
  - "docs/"
  - "hipRAND/"
  - "python/"
  - "scripts/"
  - "test/"
  - "tools/"

coverage:
    precision: 2
    round: nearest
    range: "50...75"

comment:
    behavior: once       # if a new commit is made, update the old comment if it exists, otherwise make a new one.
    require_changes: false  # Always post a comment, even if coverage stayed the same.
    require_base: no        # Always post, even without a base to compare.
    require_head: no        # Always post, even without a head to compare.