Skip to content

Commit 9c70106

Browse files
committed
fixed code climate coverage badge
1 parent f4bb022 commit 9c70106

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Testing
8080

8181
We run integration tests for all our SDKs using a centralized test harness. This approach gives us the ability to test for consistency across SDKs, as well as test networking behavior in a long-running application. These tests cover each method in the SDK, and verify that event sending, flag evaluation, stream reconnection, and other aspects of the SDK all behave correctly.
8282

83-
![Code Climate coverage report](https://img.shields.io/codeclimate/coverage/github/launchdarkly/python-client.svg) The Code Climate coverage does not include the coverage provided by this integration test harness.
83+
[![Test Coverage](https://codeclimate.com/github/launchdarkly/python-client/badges/coverage.svg)](https://codeclimate.com/github/launchdarkly/python-client/coverage) The Code Climate coverage does not include the coverage provided by this integration test harness.
8484

8585
Contributing
8686
------------

0 commit comments

Comments
 (0)