From 7ade6388df5fac6b26c32c7d0b9fa0631a14602e Mon Sep 17 00:00:00 2001 From: Yamashita Yuu Date: Thu, 12 Mar 2015 11:59:11 +0900 Subject: [PATCH 1/2] coveralls/travis-ci settings should belong to fluent organization --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4734f20..a905ca8 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # A Python structured logger for Fluentd -[![Build Status](https://travis-ci.org/EvaSDK/fluent-logger-python.svg?branch=master)](https://travis-ci.org/EvaSDK/fluent-logger-python) -[![Coverage Status](https://coveralls.io/repos/EvaSDK/fluent-logger-python/badge.png)](https://coveralls.io/r/EvaSDK/fluent-logger-python) +[![Build Status](https://travis-ci.org/fluent/fluent-logger-python.svg?branch=master)](https://travis-ci.org/fluent/fluent-logger-python) +[![Coverage Status](https://coveralls.io/repos/fluent/fluent-logger-python/badge.svg)](https://coveralls.io/r/fluent/fluent-logger-python) Many web/mobile applications generate huge amount of event logs (c,f. login, logout, purchase, follow, etc). To analyze these event logs could be really valuable for improving the service. However, the challenge is collecting these logs easily and reliably. From 50a1b200084415f21c9ccc174a4597e471985e0e Mon Sep 17 00:00:00 2001 From: Yamashita Yuu Date: Thu, 12 Mar 2015 12:01:26 +0900 Subject: [PATCH 2/2] Update .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 921cbbd..be8621b 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,8 @@ *.pyc *.pyo /*.egg-info +/.coverage +/.eggs /.tox /build /dist