quantum-elixir / quantum-core

:watch: Cron-like job scheduler for Elixir
https://hexdocs.pm/quantum/
Apache License 2.0
2.3k stars 147 forks source link

improve log message #465

Closed rubysolo closed 3 years ago

rubysolo commented 3 years ago

Not a major issue, but I think this reads better.

coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 9d0365762d72feec85c2a3344ea4cf14116b487a-PR-465


Changes Missing Coverage Covered Lines Changed/Added Lines %
lib/quantum/clock_broadcaster.ex 0 1 0.0%
<!-- Total: 0 1 0.0% -->
Files with Coverage Reduction New Missed Lines %
lib/quantum/executor.ex 1 93.94%
lib/quantum/job.ex 1 94.12%
lib/quantum/execution_broadcaster.ex 8 68.97%
<!-- Total: 10 -->
Totals Coverage Status
Change from base Build 5c3e4a2b826c1f62256ca734506af6633d44b17c: -2.8%
Covered Lines: 301
Relevant Lines: 359

💛 - Coveralls
maennchen commented 3 years ago

@rubysolo Sorry, I overlooked that PR. I'll merge that as soon as the CI passes.

maennchen commented 3 years ago

It seems the CI is broken. I'll merge and look at the CI separately.