File tree 3 files changed +7
-0
lines changed
3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -54,3 +54,6 @@ _UpgradeReport_Files/
54
54
Backup * /
55
55
UpgradeLog * .XML
56
56
UpgradeLog * .htm
57
+
58
+ # Coverity
59
+ cov-int /
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ This document follows the conventions laid out in [Keep a CHANGELOG][].
17
17
- Added ` Slack ` chat (#384 )(#383 )(#386 )
18
18
- Added function of passing an arbitrary .NET object as the value
19
19
of an attribute of PyObject (#370 )(#373 )
20
+ - Added Coverity (#390 )
20
21
21
22
### Changed
22
23
Original file line number Diff line number Diff line change 3
3
[ ![ appveyor shield] [ ]] ( https://ci.appveyor.com/project/pythonnet/pythonnet/branch/master )
4
4
[ ![ travis shield] [ ]] ( https://travis-ci.org/pythonnet/pythonnet )
5
5
[ ![ codecov shield] [ ]] ( https://codecov.io/github/pythonnet/pythonnet )
6
+ [ ![ coverity shield] [ ]] ( https://scan.coverity.com/projects/pythonnet )
6
7
7
8
[ ![ license shield] [ ]] ( ./LICENSE )
8
9
[ ![ pypi package version] [ ]] ( https://pypi.python.org/pypi/pythonnet )
86
87
87
88
[ codecov shield ] : https://img.shields.io/codecov/c/github/pythonnet/pythonnet/master.svg?label=Codecov
88
89
90
+ [ coverity shield ] : https://img.shields.io/coverity/scan/7830.svg
91
+
89
92
[ license shield ] : https://img.shields.io/badge/license-MIT-blue.svg?maxAge=3600
90
93
91
94
[ pypi package version ] : https://img.shields.io/pypi/v/pythonnet.svg
You can’t perform that action at this time.
0 commit comments