From e7539fefb369d5b8f23d6a6016033501b300926a Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Wed, 23 Oct 2019 10:00:30 +0300 Subject: [PATCH] Add Coverage.py Coming soon! Issue: https://github.com/nedbat/coveragepy/issues/664 PR: https://github.com/nedbat/coveragepy/pull/699 --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 0d08d72..aaf21dc 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,11 @@ Make sure your program behaves as you intended in different environments. Static type checking. Very strict: If you satisfy it, you probably have no bugs anymore ๐Ÿ˜‰ +- [Coverage.py](https://coverage.readthedocs.io/) + [โŒ (.coveragerc)](https://github.com/nedbat/coveragepy/issues/664) + + Code coverage measurement for Python. + ## Code Style Make sure feedback in PRs isnโ€™t mostly about code style, but about actual content.