File: .codecov.yml

package info (click to toggle)
python-qtawesome 1.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,948 kB
  • sloc: python: 1,693; makefile: 177; sh: 10
file content (27 lines) | stat: -rw-r--r-- 355 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
codecov:
  branch: master

coverage:
  precision: 2
  round: down
  range: "70...100"
  
  status:
    project:
      default:
        threshold: 1%
    patch: no
    changes: no
    
parsers:
  gcov:
    branch_detection:
      conditional: yes
      loop: yes
      method: no
      macro: no
   
comment: false

ignore:
  - "qtawesome/icon_browser.py"