aboutsummaryrefslogtreecommitdiff
path: root/.codecov.yml
diff options
context:
space:
mode:
authorJ08nY2024-08-02 12:46:59 +0200
committerJ08nY2024-08-02 12:46:59 +0200
commit6c3442125eec0bece2cbb2543a462423c9638362 (patch)
tree89ca01106e7eed28db2b427178aaf4958b43aac1 /.codecov.yml
parent522515fa13d44fbaa52030ed4752abd26c7d3c93 (diff)
downloadECTester-6c3442125eec0bece2cbb2543a462423c9638362.tar.gz
ECTester-6c3442125eec0bece2cbb2543a462423c9638362.tar.zst
ECTester-6c3442125eec0bece2cbb2543a462423c9638362.zip
Diffstat (limited to '.codecov.yml')
-rw-r--r--.codecov.yml27
1 files changed, 27 insertions, 0 deletions
diff --git a/.codecov.yml b/.codecov.yml
new file mode 100644
index 0000000..0e5d8e9
--- /dev/null
+++ b/.codecov.yml
@@ -0,0 +1,27 @@
+comment:
+ layout: "condensed_header, condensed_diff, condensed_flags, condensed_components" # show component info in the PR comment
+
+component_management:
+ default_rules: # default rules that will be inherited by all components
+ statuses:
+ - type: project # in this case every component that doesn't have a status defined will have a project type one
+ target: auto
+ branches:
+ - "!master"
+ individual_components:
+ - component_id: applet_package
+ name: Applet
+ paths:
+ - applet/**
+ - component_id: common_package
+ name: Common
+ paths:
+ - common/**
+ - component_id: reader_package
+ name: Reader
+ paths:
+ - reader/**
+ - component_id: standalone_package
+ name: Standalone
+ paths:
+ - standalone/** \ No newline at end of file