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

hathitrust / hathitrust_catalog_indexer / 5833663304
92%

Build:
DEFAULT BRANCH: main
Ran 11 Aug 2023 02:23PM UTC
Jobs 1
Files 33
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

11 Aug 2023 02:20PM UTC coverage: 90.291% (-0.6%) from 90.93%
5833663304

push

github

web-flow
Add sane defaults for logfile names (#36)

* Add sane defaults for logfile names

Examples:
  cictl index today --log today
  cictl index full --log full
  cictl index today --log something_different.log (will go to <logdir>/something_different.log)

A few changes:
  * new module `CICTL::LogfileDefaults` that defines
    date_named_file templates and default values
    for daily/full index logs
  * logfile_directory is now separated from logfile
    name, initially set with `ENV["LOG_DIR"]` in and
    `Services` and updated thereafter with
    `CICTL::LogfileDefaults.logdir=`
  * Added magic names to send to `--log`:
    * `today` or `daily` gives `daily_YYYYMMDD.log`
    * `full` gives `full_YYYYMMDD.log`
    * any other string gives the name of a
      logfile _within the logdir_
  * Added a `--quiet` option to suppress all
    STDERR output (normally it shows errors/fatals)
  * Added a quick log spec that actually works because
    it checks the file, not stderr
  * Changed rspec tests to clean up logfile after running
  * Use `SemanticLogger.sync!` instead of `logger.close` to keep tests from hanging

---------

Co-authored-by: moseshll <moseshll@umich.edu>

42 of 52 new or added lines in 4 files covered. (80.77%)

837 of 927 relevant lines covered (90.29%)

1179.65 hits per line

Jobs
ID Job ID Ran Files Coverage
1 5833663304.1 11 Aug 2023 02:23PM UTC 0
90.29
GitHub Action Run
Source Files on build 5833663304
Detailed source file information is not available for this build.
  • Back to Repo
  • b4684ae3 on github
  • Prev Build on main (#5764810146)
  • Next Build on main (#6628617306)
  • Delete
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