File: codecov.yml

package info (click to toggle)
pytest 9.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 8,308 kB
  • sloc: python: 65,808; makefile: 45
file content (13 lines) | stat: -rw-r--r-- 267 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
# reference: https://docs.codecov.io/docs/codecovyml-reference
---

codecov:
  token: 1eca3b1f-31a2-4fb8-a8c3-138b441b50a7 #repo token

coverage:
  status:
    patch:
      default:
        target: 100%  # require patches to be 100%
    project: false
comment: false