Tooling for converting coverage data into a SQL DB
Go to file
Masayuki Igawa 7eb7a495e8 Make migration's downgrade() NotImplementedError 2016-04-20 16:57:22 +09:00
coverage2sql Make migration's downgrade() NotImplementedError 2016-04-20 16:57:22 +09:00
doc/source Initial Cookiecutter Commit. 2016-04-19 12:24:29 +09:00
.coveragerc Initial Cookiecutter Commit. 2016-04-19 12:24:29 +09:00
.gitignore Add migration and shell 2016-04-19 19:00:55 +09:00
.gitreview Initial Cookiecutter Commit. 2016-04-19 12:24:29 +09:00
.mailmap Initial Cookiecutter Commit. 2016-04-19 12:24:29 +09:00
.testr.conf Initial Cookiecutter Commit. 2016-04-19 12:24:29 +09:00
CONTRIBUTING.rst Initial Cookiecutter Commit. 2016-04-19 12:24:29 +09:00
HACKING.rst Initial Cookiecutter Commit. 2016-04-19 12:24:29 +09:00
LICENSE Initial Cookiecutter Commit. 2016-04-19 12:24:29 +09:00
MANIFEST.in Initial Cookiecutter Commit. 2016-04-19 12:24:29 +09:00
README.rst Initial setup 2016-04-19 13:55:22 +09:00
babel.cfg Initial Cookiecutter Commit. 2016-04-19 12:24:29 +09:00
requirements.txt Add migration and shell 2016-04-19 19:00:55 +09:00
setup.cfg Add migration and shell 2016-04-19 19:00:55 +09:00
setup.py Initial Cookiecutter Commit. 2016-04-19 12:24:29 +09:00
test-requirements.txt Add migration and shell 2016-04-19 19:00:55 +09:00
tox.ini Initial setup 2016-04-19 13:55:22 +09:00

README.rst

coverage2sql README

Command to Read a coverage file and put the data in a SQL database

coverage2sql is a tool for storing data of test coverage into a SQL database. With using this tool, you can store time series coverage data and analyze it if your coverage rate is down.

Features

  • TODO