Cradicle Explorer
cabot
Info
Issues
Patches
Wallets
Source
Source
bin
cabot
conf
upstart
.coveragerc
.foreman
.gitignore
.travis.yml
CHANGES
Dockerfile
LICENSE
MANIFEST.in
Pipfile
Procfile
Procfile.dev
README.md
Vagrantfile
docker-compose-base.yml
docker-compose-test.yml
docker-compose.yml
docker-entrypoint.sh
example_local_config.yml
gunicorn.conf
makemigrations
manage.py
requirements-dev.txt
requirements-plugins.txt
requirements.txt
setup.cfg
setup.py
setup_dev.sh
tox.ini
/
.coveragerc
.coveragerc
1
[run]
2
branch = True
3
plugins =
4
django_coverage_plugin
5
6
omit = *migrations*