File: codecov.yml

package info (click to toggle)
polybar 3.7.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,108 kB
  • sloc: cpp: 30,424; python: 3,750; sh: 284; makefile: 83
file content (21 lines) | stat: -rw-r--r-- 418 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
coverage:
  status:
    project:
      default:
        # Coverage can drop by 0.1% without failing the status
        threshold: 0.1
    patch:
      default:
        # Patches don't need test coverage
        # TODO remove once we have proper testing infrastructure and documentation
        target: 0

ignore:
  - "tests/**/*"
  - "lib/**/*"

comment:
  require_changes: true

github_checks:
    annotations: false