8000 Merge pull request #32 from yyuu/fluent-travis-coverall · panta/fluent-logger-python@5b346cf · GitHub
[go: up one dir, main page]

Skip to content

Commit 5b346cf

Browse files
committed
Merge pull request fluent#32 from yyuu/fluent-travis-coverall
fluent/fluent-logger-python should use its own account for travis-ci.org and coveralls.io
2 parents 098cd0a + 50a1b20 commit 5b346cf

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
*.pyc
55
*.pyo
66
/*.egg-info
7+
/.coverage
8+
/.eggs
79
/.tox
810
/build
911
/dist

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# A Python structured logger for Fluentd
22

3-
[![Build Status](https://travis-ci.org/EvaSDK/fluent-logger-python.svg?branch=master)](https://travis-ci.org/EvaSDK/fluent-logger-python)
4-
[![Coverage Status](https://coveralls.io/repos/EvaSDK/fluent-logger-python/badge.png)](https://coveralls.io/r/EvaSDK/fluent-logger-python)
3+
[![Build Status](https://travis-ci.org/fluent/fluent-logger-python.svg?branch=master)](https://travis-ci.org/fluent/fluent-logger-python)
4+
[![Coverage Status](https://coveralls.io/repos/fluent/fluent-logger-python/badge.svg)](https://coveralls.io/r/fluent/fluent-logger-python)
55

66
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.
77

0 commit comments

Comments
 (0)
0