Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 590 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 590 Bytes

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

Installation instructions for docker-compose can be found here