|
Ran
|
Jobs
1
|
Files
124
|
Run time
1min
|
Badge
README BADGES
|
push
github
chore: Flaky test retry and notification script (#2148) * chore: Flaky test retry and notification script Automatically retry failed tests with `mix test --failed`. If retries pass, report the flaky failure for follow-up while allowing the build to pass. Handle failures from `mix test --warnings-as-errors` separately. This is a fancy version that aggregates the reported failures into a daily digest. * chore: Fix retry script broken pipe Got `sed: couldn't write 168 items to stdout: Broken pipe` on full activation. So, get our sub string in a sifer way. * chore: Work around `mix test --failed` not correctly rerunning That's a bug in ExUnit, essentially `--failed` doesn't respect `parameterize` as it should. For this and similar bugs, check that it actually ran tests and if it didn't report it as failing. ExUnit will be fixed separately. * Make sure actually failing tests actually fail the build * Revert "Make sure actually failing tests actually fail the build" This reverts commit c8eefca1f. * One more broken pipe scenario fix
3829 of 4213 relevant lines covered (90.89%)
4105.69 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 58 |
84.21 |
2.11% | lib/realtime_web/channels/realtime_channel.ex |
| 1 |
95.83 |
0.0% | lib/extensions/postgres_cdc_rls/subscription_manager.ex |
| 1 |
94.57 |
-1.09% | lib/realtime/gen_rpc/pub_sub.ex |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 33391280924.1 | 496 |
61.01 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|