From 0f459d378cd8c318ab23a2edd94180c0eb636293 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 29 Nov 2020 07:01:47 -0500 Subject: [PATCH] Add coverage.py to the repos list I wish I could say I was doing something interesting with cibuildwheel, but the thing I love about it is that it just worked right out of the box! Thanks so much for building it!! --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7f258942..7178450a 100644 --- a/README.md +++ b/README.md @@ -148,6 +148,7 @@ Here are some repos that use cibuildwheel. - [etebase-py](https://github.com/etesync/etebase-py) - Python bindings to a Rust library using `setuptools-rust`, and `sccache` for improved speed, built on Travis CI. - [xmlstarlet](https://github.com/dimitern/xmlstarlet) - Python 3.6+ CFFI bindings with true MSVC build and GitHub Actions. - [bx-python](https://github.com/bxlab/bx-python) - A library that includes Cython extensions, built on Travis CI for Mac and Linux. +- [coverage.py](https://github.com/nedbat/coveragepy) - The coverage tool for Python. > Add your repo here! Send a PR. >