File: codecov.yml

package info (click to toggle)
cmd2 3.2.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 2,664 kB
  • sloc: python: 17,488; makefile: 114; sh: 39; javascript: 7
file content (12 lines) | stat: -rw-r--r-- 507 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
# Components allow you to isolate and categorize coverage data from your project with virtual filters
component_management:
  individual_components:
    - component_id: cmd2 # this is an identifier that should not be changed
      name: cmd2 # this is a display name, and can be changed freely
      paths:
        - cmd2/**

# Ignore certain paths, all files under these paths will be skipped during processing
ignore:
  - "examples" # ignore example code folder
  - "tests" # ignore unit test code folder