File: codecov.yml

package info (click to toggle)
golang-github-pion-udp 2.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-backports, forky, sid, trixie
  • size: 176 kB
  • sloc: makefile: 2
file content (20 lines) | stat: -rw-r--r-- 362 bytes parent folder | download | duplicates (17)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#
# DO NOT EDIT THIS FILE
#
# It is automatically copied from https://github.com/pion/.goassets repository.
#

coverage:
  status:
    project:
      default:
        # Allow decreasing 2% of total coverage to avoid noise.
        threshold: 2%
    patch:
      default:
        target: 70%
        only_pulls: true

ignore:
  - "examples/*"
  - "examples/**/*"