File: codecov.yml

package info (click to toggle)
rust-openssh 0.11.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 436 kB
  • sloc: makefile: 2
file content (18 lines) | stat: -rw-r--r-- 284 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Hold ourselves to a high bar
coverage:
  range: 85..100
  round: down
  precision: 2
  status:
    project:
      default:
        threshold: 1%

# Tests aren't important for coverage
ignore:
  - "tests"

# Make less noisy comments
comment:
  layout: "files"
  require_changes: yes