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

https://github.com/codecov/simple-demo

A simple demo that can quickly generate coverage files using a dockerized python script.
https://github.com/codecov/simple-demo

Last synced: 9 months ago
JSON representation

A simple demo that can quickly generate coverage files using a dockerized python script.

Awesome Lists containing this project

README

          

# Simple-Demo

## What is this?

A simple python application the generates coverage reports from a few simple tests.

Coverage is written to a coverage.xml file in the reports directory of the project.

To generate coverage, execute: `make run` in this directory.

## Requirements

A working install of Docker with Docker Compose is required to properly execute the `make run` command.

Installation instructions for docker can be found [here](https://docs.docker.com/get-docker/)

Installation instructions for docker-compose can be found [here](https://docs.docker.com/compose/install/)