|
Ran
|
Jobs
1
|
Files
7
|
Run time
1min
|
Badge
README BADGES
|
push
github
Support localized cronjob scheduling with ambiguous and gap DateTime instances (#133) * Allow specifying :earlier and :later for on_ambiguity CronExpression option * Enhance DateHelper.add/4 to handle ambiguities and gaps * Replace unnecessary DateTime creations just to convert to NaiveDateTime * Rename DateHelper.add/4 as shift/4 * Handle nagative shifts from daylight savings back to standard time * Enhance DateHelper.shift/4 to handle shifting backwards correctly * Align shift/4 tests' variable names in DateHelperTest * Replace NaiveDateTime.add/3 calls in Scheduler with DateHelper.shift/4 * Add :on_ambiguity attribute documentation * Remove unused branch in resolve_potential_gap * Additional DST Tests * Install erlef/mix-dependency-submission GH Action * Bump step-security/harden-runner from 2.11.1 to 2.12.0 (#135) Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.11.1 to 2.12.0. - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](https://github.com/step-security/harden-runner/compare/c6295a65d...0634a2670) --- updated-dependencies: - dependency-name: step-security/harden-runner dependency-version: 2.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump erlef/mix-dependency-submission from 1.0.0.pre.beta.8 to 1.0.1 (#136) Bumps [erlef/mix-dependency-submission](https://github.com/erlef/mix-dependency-submission) from 1.0.0.pre.beta.8 to 1.0.1. - [Release notes](https://github.com/erlef/mix-dependency-submission/releases) - [Commits](https://github.com/erlef/mix-dependency-submission/compare/6b9e140ea...1e053814f) --- updated-dependencies: - dependency-name:... (continued)
117 of 125 new or added lines in 6 files covered. (93.6%)
358 of 376 relevant lines covered (95.21%)
2677.77 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 1 |
94.74 |
-5.26% | lib/crontab/cron_expression.ex |
| 2 |
95.24 |
0.0% | lib/crontab/cron_expression/parser.ex |
| 2 |
96.23 |
-3.77% | lib/crontab/date_checker.ex |
| 3 |
94.44 |
-0.36% | lib/crontab/scheduler.ex |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | ff4becc0dd27c79285d472e250f1d7480c81212b.1 | 7 |
95.21 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|