• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

cloudmarker / cloudmarker / 723 / 3
84%
master: 84%

Build:
DEFAULT BRANCH: master
Ran 04 May 2019 12:10PM UTC
Files 35
Run time 2s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

04 May 2019 11:54AM UTC coverage: 90.761%. Remained the same
723.3

push

travis-ci-com

susam
Update logger format, filename, and backupCount

The log format now includes the process ID (PID). This is useful in
troubleshooting when a worker process crashes. Usually, when a worker
process crashes and the main process is still alive, the worker process
appears as `<defunct>` in the `ps` output. So comparing the PID of the
defunct process with the PIDs in the logs help us to understand which
process crashed.

The default `filename` as `logs/cloudmarker.log` has always required a
`mkdir -p logs` hack in `Makefile`. In this change, we are updating this
path to `/tmp/cloudmarker.log`, so that we no longer need this hack.
This will also ensure that anyone installing the project with `pip` for
the first time can run the mock plugins without any issues without
having to follow any additional steps.

Further, `backupCount` is set to `5`. This is useful during live usage
because the log files can be large when large clouds are audited. This
setting ensures that the log files do not fill up all the disk space. A
maximum of only 5 most recent backup log files are kept by default and
the older ones are deleted.

402 of 449 branches covered (89.53%)

Branch coverage included in aggregate %.

1661 of 1824 relevant lines covered (91.06%)

0.91 hits per line

Source Files on job 723.3
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 604
  • Travis Job 723.3
  • 525097c6 on github
  • Prev Job for on master (#720.3)
  • Next Job for on master (#734.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc