File: .codecov.yml

package info (click to toggle)
python-can 3.0.0%2Bgithub-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,892 kB
  • sloc: python: 8,014; makefile: 29; sh: 12
file content (21 lines) | stat: -rw-r--r-- 469 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
# Validate with curl --data-binary @.codecov.yml https://codecov.io/validate
codecov:
  archive:
    uploads: no

coverage:
  precision: 2
  round: down
  range: 50...100
  status:
    project:
      default:
        # coverage may fall by <1.0% and still be considered "passing"
        threshold: 1.0%
    patch:
      default:
        # coverage may fall by <1.0% and still be considered "passing"
        threshold: 1.0%

comment:
  layout: "header, diff, changes"