An open API service indexing awesome lists of open source software.

https://github.com/mesmacosta/coverage_button_sample


https://github.com/mesmacosta/coverage_button_sample

coverage python touchbar

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# sampleCoverageApplication

Sample code showing how to run the coverage tooling.

## 1. Environment setup

##### 1.1. Create and activate a *virtualenv*

```bash
pip install --upgrade virtualenv
python3 -m virtualenv --python python3 env
source ./env/bin/activate
```

##### 1.2. Install the dependencies

```bash
pip install --editable ./sample_coverage_app
```