Skip to content

Commit 2cb6742

Browse files
committed
Add Coverity badge
1 parent 1d583c7 commit 2cb6742

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,6 @@ _UpgradeReport_Files/
5454
Backup*/
5555
UpgradeLog*.XML
5656
UpgradeLog*.htm
57+
58+
# Coverity
59+
cov-int/

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ This document follows the conventions laid out in [Keep a CHANGELOG][].
1717
- Added `Slack` chat (#384)(#383)(#386)
1818
- Added function of passing an arbitrary .NET object as the value
1919
of an attribute of PyObject (#370)(#373)
20+
- Added Coverity (#390)
2021

2122
### Changed
2223

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
[![appveyor shield][]](https://ci.appveyor.com/project/pythonnet/pythonnet/branch/master)
44
[![travis shield][]](https://travis-ci.org/pythonnet/pythonnet)
55
[![codecov shield][]](https://codecov.io/github/pythonnet/pythonnet)
6+
[![coverity shield][]](https://scan.coverity.com/projects/pythonnet)
67

78
[![license shield][]](./LICENSE)
89
[![pypi package version][]](https://pypi.python.org/pypi/pythonnet)
@@ -86,6 +87,8 @@ int32
8687

8788
[codecov shield]: https://img.shields.io/codecov/c/github/pythonnet/pythonnet/master.svg?label=Codecov
8889

90+
[coverity shield]: https://img.shields.io/coverity/scan/7830.svg
91+
8992
[license shield]: https://img.shields.io/badge/license-MIT-blue.svg?maxAge=3600
9093

9194
[pypi package version]: https://img.shields.io/pypi/v/pythonnet.svg

0 commit comments

Comments
 (0)