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

roundup-tracker / roundup / 17391120884
75%

Build:
DEFAULT BRANCH: master
Ran 02 Sep 2025 02:13AM UTC
Jobs 1
Files 117
Run time 1min
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

02 Sep 2025 01:54AM UTC coverage: 74.519% (+0.01%) from 74.508%
17391120884

push

github

rouilj
feat: allow admin to set logging format from config.ini

This is prep work for adding a per thread logging variable that can be
used to tie all logs for a single request together.

This uses the same default logging format as before, just moves it to
config.ini.

Also because of configparser, the logging format has to have doubled %
signs. So use:

  %%(asctime)s

not '%(asctime)s' as configparser tries to interpolate that string and
asctime is not defined in the configparser's scope. Using %%(asctime)s
is not interpolated by configparser and is passed into Roundup.

13 of 13 new or added lines in 1 file covered. (100.0%)

18872 of 25325 relevant lines covered (74.52%)

4.39 hits per line

Jobs
ID Job ID Ran Files Coverage
1 17391120884.1 02 Sep 2025 02:13AM UTC 117
74.52
GitHub Action Run
Source Files on build 17391120884
  • Tree
  • List 117
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #17391120884
  • 27162c67 on github
  • Prev Build on master (#17384043944)
  • Next Build on master (#17551901515)
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