mirror of
https://github.com/clearlinux/libnetwork.git
synced 2026-04-28 10:53:34 +00:00
- Update Makefile to generate coverage details when running the tests - Update CircleCI to use the Makefile - Add Build and Coverage Badges to README Closes #20 Signed-off-by: Dave Tucker <dt@docker.com>
13 lines
152 B
YAML
13 lines
152 B
YAML
machine:
|
|
services:
|
|
- docker
|
|
|
|
dependencies:
|
|
override:
|
|
- echo "Nothing to install"
|
|
|
|
test:
|
|
override:
|
|
- make circle-ci
|
|
|