File: codecov.yml

package info (click to toggle)
mariadb-mysql-kbs 1.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,516 kB
  • sloc: php: 1,038; javascript: 388; sh: 220; xml: 57; makefile: 8
file content (21 lines) | stat: -rw-r--r-- 524 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
comment:
    layout: "reach, diff, flags, files, uncovered"
    require_changes: true # if true: only post the comment if coverage changes
    show_carryforward_flags: true
coverage:
    status:
        project:
            default:
                target: 70% # the required coverage value
                threshold: 1% # the leniency in hitting the target
flags:
    php:
        paths:
            - src/*.php
    node:
        paths:
            - scripts/sudo-bot/*.js
    rust:
        paths:
            - src/rust/