File: codecov.yml

package info (click to toggle)
rust-itoap 1.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 220 kB
  • sloc: makefile: 2
file content (15 lines) | stat: -rw-r--r-- 245 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
coverage:
  status:
    project:
      default:
        threshold: 3%
        branches: 
          - master
        only_pulls: false

    patch:
      default:
        target: auto
        branches: 
          - master
        only_pulls: true