File: codecov.yml

package info (click to toggle)
cclib 1.8.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 55,412 kB
  • sloc: python: 23,605; makefile: 75; sh: 31
file content (26 lines) | stat: -rw-r--r-- 382 bytes parent folder | download | duplicates (2)
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

coverage:
  status:
    project:
      default:
        target: auto
      method:
        target: auto
        flags:
          - method
      unit:
        target: auto
        flags:
          - unit

flags:
  method:
    paths:
      - cclib/method/
    carryforward: true
  unit:
    paths:
      - cclib/io/
      - cclib/parser/
      - cclib/bridge/
    carryforward: true