Skip to content

Commit

Permalink
coverage and travis configuration merge from remote master
Browse files Browse the repository at this point in the history
  • Loading branch information
gnoopy committed Mar 11, 2018
2 parents 07eee94 + ca04e44 commit 2384924
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
12 changes: 12 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
plugins:

radon:
enabled: true
config:
python_version: 2

sonar-python:
enabled: true
config:
tests_patterns:
- tests/**
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ before_script: # code coverage tool
- ./cc-test-reporter before-build

script:
- xvfb-run python -m unittest -v tests.testWatchdock
- xvfb-run python -m unittest -v tests.testWatchdock
# - xvfb-run python -m unittest discover -vf tests

after_script:
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT -t coverage.py -r $CC_TEST_REPORTER_ID

branches:
branches:
only:
- master
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Watchdock
>#### Simple `docker management` and `monitoring` tool based on `DOCKER CLI` for developers
[![Build Status](https://travis-ci.org/gnoopy/watchdock.svg?branch=master)](https://travis-ci.org/gnoopy/watchdock)
[![Test Coverage](https://api.codeclimate.com/v1/badges/a4a236451d5f7b0f5968/test_coverage)](https://codeclimate.com/github/gnoopy/watchdock/test_coverage)
----

There are many great, multi-functinoal and beautiful GUI tools for `docker` engineers out there. As a beginner, however, I feel those are too complex for me to use in my development environment. Watchdock will give you quick overview and monitoring method of docker with `light` and `fast` UI operation. Moreover this tool will contribute to your docker study with easy understanding and learning curve at private development space.
Expand Down

0 comments on commit 2384924

Please sign in to comment.