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.
- Host: GitHub
- URL: https://github.com/codecov/simple-demo
- Owner: codecov
- License: mit
- Created: 2020-11-10T03:49:50.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-01-26T20:15:16.000Z (almost 2 years ago)
- Last Synced: 2025-04-11T15:10:25.804Z (9 months ago)
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 6
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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/)