|
| 1 | +### `2.0.17` |
| 2 | + |
| 3 | +- fixed reported command injection vulnerability. |
| 4 | + |
1 | 5 | ### `2.0.16` |
| 6 | + |
2 | 7 | - fixed reported command injection vulnerability. |
3 | 8 |
|
4 | 9 | ### `2.0.15` |
| 10 | + |
5 | 11 | - add `-X s3` to disable direct to S3 uploading |
6 | 12 |
|
7 | 13 | ### `2.0.14` |
| 14 | + |
8 | 15 | - fixed coverage combine |
9 | 16 |
|
10 | 17 | ### `2.0.13` |
| 18 | + |
11 | 19 | - fix encoding issues |
12 | 20 |
|
13 | 21 | ### `2.0.12` |
| 22 | + |
14 | 23 | - revert merge commit fix, back to old way |
15 | 24 |
|
16 | 25 | ### `2.0.11` |
| 26 | + |
17 | 27 | - fix merge commit when it's a pull request |
18 | 28 | - remove snapci, business closed |
19 | 29 | - skip vendor directories for gcov parsing |
20 | 30 | - run coverage combine not merge |
21 | 31 | - fix report encoding |
22 | 32 |
|
23 | 33 | ### `2.0.10` |
| 34 | + |
24 | 35 | - fix uploading when reports contain characters outside of latin-1 |
25 | 36 | - remove reduced_redundancy header from |
26 | 37 |
|
27 | 38 | ### `2.0.7` |
| 39 | + |
28 | 40 | - Add `--name/-n` to cli |
29 | 41 | - Add support for Jenkins Blue |
30 | 42 | - Fix environment variable joining |
|
36 | 48 | - Support yaml:token and yaml:slug |
37 | 49 |
|
38 | 50 | ### `2.0.5` |
| 51 | + |
39 | 52 | - Use `%20` for encoding spaces [appveyor] https://github.com/codecov/codecov-python/pull/66 |
40 | 53 |
|
41 | 54 | ### `2.0.4` |
| 55 | + |
42 | 56 | - fix detecting merge commits on all CI, not just Travis |
43 | 57 |
|
44 | 58 | ### `2.0.3` |
| 59 | + |
45 | 60 | - add `-F` to flagging uploads [new feature] |
46 | 61 | - fixed some reports ascii chars |
47 | 62 | - added `--pr` flag for manually specifing pulls |
|
55 | 70 | - hide token from stdout |
56 | 71 |
|
57 | 72 | ### `1.6.4` |
| 73 | + |
58 | 74 | - fix gitlab project directory |
59 | 75 | - fallback on git branch/commit |
60 | 76 | - fix using gcov_exec |
61 | 77 |
|
62 | 78 | ### `1.6.0` |
| 79 | + |
63 | 80 | - depreciate `--no-fail` now a default |
64 | 81 | - add `--required` to fail the build if Codecov fails |
65 | 82 | - added `--cacerts` for enterprise customers |
66 | 83 | - added fix reports http://bit.ly/1O4eBpt |
67 | 84 |
|
68 | 85 | ### `1.5.0` |
| 86 | + |
69 | 87 | - fix retreiving mercurial commit |
70 | 88 | - add support for swift/xcode7 profdata |
71 | 89 | - now uploading direct-to-s3 to improve product performance |
72 | 90 | - not require branch, will default to `master` (the default branch) |
73 | 91 | - fix drone.io commit number, which is not a full 40 sha. |
74 | 92 |
|
75 | 93 | ### `1.4.1` |
| 94 | + |
76 | 95 | - added `--no-fail` to prevent failing builds when missing configuration or Codecov errors |
77 | 96 |
|
78 | 97 | ### `1.4.0` |
| 98 | + |
79 | 99 | - Ignore other known bad files/paths |
80 | 100 | - Added test suite to test against example repositories |
81 | 101 | - Using `coverage xml -i` to ignore No source for code errors |
82 | 102 | - Cleaned up command output with help and colors |
83 | 103 | - Added `gcov` processing, see `codecov --help` for more info. |
84 | 104 |
|
85 | 105 | ### `1.3.1` |
| 106 | + |
86 | 107 | - Ignore other known bad files/paths |
87 | 108 | - Fix issue with decoding files in py3+ |
88 | 109 |
|
89 | 110 | ### `1.3.0` |
| 111 | + |
90 | 112 | - Refactor project to be a global uploader for more reports |
91 | 113 |
|
92 | 114 | ### `1.2.3` |
| 115 | + |
93 | 116 | - Remove `test-results.xml`, not a coverage file |
94 | 117 | - Add CircleCI container numbers |
95 | 118 |
|
96 | 119 | ### `1.2.2` |
| 120 | + |
97 | 121 | - bring back client-side pre-processing for jacoco (they can crush) |
98 | 122 |
|
99 | 123 | ### `1.2.1` |
| 124 | + |
100 | 125 | - accept any file ending in `coverge.xml` |
101 | 126 |
|
102 | 127 | ### `1.2.0` |
| 128 | + |
103 | 129 | - accept `nosetests.xml` and `test-results.xml` files |
104 | 130 | - no longer do client side pre-processing, upload raw |
105 | 131 | - capture SEMAPHORE_CURRENT_THREAD |
106 | 132 |
|
107 | 133 | ### `1.1.13` |
| 134 | + |
108 | 135 | - added --build arg for advanced usage |
109 | 136 |
|
110 | 137 | ### `1.1.10` |
| 138 | + |
111 | 139 | - fix package for 2.6 on windows |
112 | 140 | - fix showing `--help` when called in non-git backed repo |
113 | 141 | - fix AppVeyor public repos |
114 | 142 |
|
115 | 143 | ### `1.1.8` |
| 144 | + |
116 | 145 | - support GitLab CI Runner |
117 | 146 | - added rollbar to help bugs if presented |
118 | 147 | - added more filepath matching |
119 | 148 | - pep8 cleanup |
120 | 149 | - added Shippable ci |
121 | 150 |
|
122 | 151 | ### `1.1.7` |
| 152 | + |
123 | 153 | - support for D lang added, special thanks to @ColdenCullen |
124 | 154 | - Wercker CI supported by @Robpol86 |
125 | 155 | - fixed Drone build number |
126 | 156 |
|
127 | 157 | ### `1.1.6` |
| 158 | + |
128 | 159 | - fix semaphore commit revision number |
129 | 160 | - preprocess reports from xml |
130 | 161 |
|
131 | 162 | ### `1.1.5` |
| 163 | + |
132 | 164 | - search for all `lcov|gcov` files |
133 | 165 | - depreciate `--min-coverage`, use GitHub Status Update feature |
134 | 166 | - pre-process xml => json |
135 | 167 |
|
136 | 168 | ### `1.1.4` |
| 169 | + |
137 | 170 | - added support for pyhton 2.6 by @Robpol86 |
138 | 171 | - added AppVeyor support by @Robpol86 |
139 | 172 |
|
140 | 173 | ### `1.1.3` |
| 174 | + |
141 | 175 | - added more ignore paths |
142 | 176 |
|
143 | 177 | ### `1.1.2` |
| 178 | + |
144 | 179 | - search for `lcov.info` files |
145 | 180 | - pause for `.1` before checking for min-coverage |
146 | 181 | - accept `--env` variables which are stored in front-end for build specs |
147 | 182 |
|
148 | 183 | ### `1.1.1` |
| 184 | + |
149 | 185 | - build python coverage xml only when no reports found to fix overriding reports |
150 | 186 | - now defaulting output to **plain text**. Use `--json` to return json results |
151 | 187 | - added `jacocoTestReport.xml` to search list |
|
0 commit comments