This repository was archived by the owner on Apr 20, 2023. It is now read-only.
File tree 2 files changed +11
-2
lines changed
2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change
1
+ ### ` 2.1.11 `
2
+
3
+ #### Fixes
4
+ - #305 Added option to disable printing of gcov-out
5
+ - #308 Handle exceptions that don't have a returncode
6
+
7
+ #### Dependencies and Misc
8
+ - #301 Update to Python 3.9
9
+
1
10
### ` 2.1.10 `
2
11
3
12
#### Fixes
10
19
#### Dependencies and Misc
11
20
- [ #290 ] ( https://github.com/codecov/codecov-python/pull/290 ) Bump coverage from 4.5.4 to 5.2.1
12
21
- [ #291 ] ( https://github.com/codecov/codecov-python/pull/291 ) Update python versions
13
- - [ #292 ] ( https://github.com/codecov/codecov-python/pull/292 ) Add license scan report and status
22
+ - [ #292 ] ( https://github.com/codecov/codecov-python/pull/292 ) Add license scan report and status
14
23
- [ #294 ] ( https://github.com/codecov/codecov-python/pull/294 ) Update README with accurate links
15
24
- [ #296 ] ( https://github.com/codecov/codecov-python/pull/296 ) Bump coverage from 5.2.1 to 5.3
16
25
Original file line number Diff line number Diff line change 5
5
__license__ = "Apache 2.0"
6
6
__title__ = "codecov"
7
7
__url__ = "https://github.com/codecov/codecov-python"
8
- __version__ = "2.1.10 "
8
+ __version__ = "2.1.11 "
You can’t perform that action at this time.
0 commit comments