This repository was archived by the owner on Jul 16, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +23
-11
lines changed
codecov_cli/services/upload Expand file tree Collapse file tree 1 file changed +23
-11
lines changed Original file line number Diff line number Diff line change 4747]
4848
4949coverage_files_excluded_patterns = [
50+ "*.*js" ,
51+ "*.SHA256SUM" ,
5052 "*.am" ,
5153 "*.bash" ,
5254 "*.bat" ,
5961 "*.cp" ,
6062 "*.cpp" ,
6163 "*.crt" ,
64+ "*.csg" ,
6265 "*.css" ,
6366 "*.csv" ,
67+ "*.dart" ,
6468 "*.data" ,
6569 "*.db" ,
6670 "*.dox" ,
6771 "*.ec" ,
6872 "*.egg" ,
73+ "*.egg-info" ,
6974 "*.el" ,
7075 "*.env" ,
7176 "*.erb" ,
77+ "*.err" ,
7278 "*.exe" ,
79+ "*.feature" ,
7380 "*.ftl" ,
7481 "*.gif" ,
75- ".git* " ,
82+ "*.go " ,
7683 "*.gradle" ,
7784 "*.gz" ,
7885 "*.h" ,
8491 "*.jpg" ,
8592 "*.js" ,
8693 "*.less" ,
94+ "*.library" ,
8795 "*.log" ,
8896 "*.m4" ,
8997 "*.mak*" ,
98+ "*.map" ,
9099 "*.md" ,
91- ".nvmrc" ,
100+ "*.module" ,
101+ "*.mp4" ,
92102 "*.o" ,
93103 "*.p12" ,
94104 "*.pem" ,
95105 "*.png" ,
96106 "*.pom*" ,
97107 "*.profdata" ,
98108 "*.proto" ,
109+ "*.prototxt" ,
99110 "*.ps1" ,
100111 "*.pth" ,
101112 "*.py" ,
102113 "*.pyc" ,
103114 "*.pyo" ,
115+ "*.rake" ,
104116 "*.rb" ,
105117 "*.rsp" ,
106118 "*.rst" ,
109121 "*.scss" ,
110122 "*.serialized" ,
111123 "*.sh" ,
124+ "*.sha256sum" ,
112125 "*.snapshot" ,
113126 "*.sql" ,
114127 "*.svg" ,
118131 "*.whl" ,
119132 "*.xcconfig" ,
120133 "*.xcoverage.*" ,
121- "*.yml" ,
122134 "*.yaml" ,
135+ "*.yml" ,
136+ "*.zip" ,
123137 "*/classycle/report.xml" ,
124138 "*codecov.yml" ,
125- "codecov.yaml" ,
126139 "*~" ,
127140 ".*coveragerc" ,
128141 ".coverage*" ,
129- "coverage-summary.json" ,
142+ ".ds_store" ,
143+ ".git*" ,
144+ ".nvmrc" ,
130145 "codecov.SHA256SUM" ,
131146 "codecov.SHA256SUM.sig" ,
147+ "codecov.yaml" ,
148+ "coverage-summary.json" ,
132149 "createdFiles.lst" ,
133150 "fullLocaleNames.lst" ,
134151 "include.lst" ,
137154 "phpunit-coverage.xml" ,
138155 "remapInstanbul.coverage*.json" ,
139156 "scoverage.measurements.*" ,
140- "test_*_coverage.txt" ,
141157 "test-result-*-codecoverage.json" ,
158+ "test_*_coverage.txt" ,
142159 "testrunner-coverage*" ,
143- "*.*js" ,
144- "*.map" ,
145- "*.egg-info" ,
146- ".ds_store" ,
147- "*.zip" ,
148160]
149161
150162test_results_files_excluded_patterns = (
You can’t perform that action at this time.
0 commit comments