We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bdb2d84 + e3e5113 commit fee7053Copy full SHA for fee7053
codecov.yml
@@ -0,0 +1,17 @@
1
+# Components allow you to isolate and categorize coverage data from your project with virtual filters
2
+component_management:
3
+ individual_components:
4
+ - component_id: cmd2 # this is an identifier that should not be changed
5
+ name: cmd2 # this is a display name, and can be changed freely
6
+ paths:
7
+ - cmd2/**
8
+ - component_id: plugins
9
+ name: plugins
10
11
+ - plugins/**
12
+
13
+# Ignore certain paths, all files under these paths will be skipped during processing
14
+ignore:
15
+ - "examples" # ignore example code folder
16
+ - "tests" # ignore unit test code folder
17
+ - "tests_isolated" # ignore integration test code folder
0 commit comments