Skip to content

Commit

Permalink
fixed code climate coverage badge
Browse files Browse the repository at this point in the history
  • Loading branch information
pkaeding committed Apr 25, 2017
1 parent f4bb022 commit 9c70106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Testing

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.

![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.
[![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.

Contributing
------------
Expand Down

0 comments on commit 9c70106

Please sign in to comment.