|
Ran
|
Jobs
1
|
Files
76
|
Run time
1min
|
Badge
README BADGES
|
push
github
[INTERNAL] Increase AVA test timeouts (#1237) AVA's default inactivity timeout is 10 seconds — the timer resets on every test event and fires if the runner is silent for longer than that window. The test suite in `test/lib/builder/builder.js` includes integration-style builds that process full project graphs. On slower CI machines these builds can silently exceed 10 s between test events, causing AVA to forcibly exit the worker process and report all remaining serial tests in that file as "timed out / pending." Setting "timeout": "2m" gives each quiet window enough headroom for a slow build pass without masking genuinely hung tests. More about AVA timeouts: https://github.com/avajs/ava/blob/bbfd94632/docs/07-test-timeouts.md
2353 of 2599 branches covered (90.53%)
Branch coverage included in aggregate %.
4119 of 4262 relevant lines covered (96.64%)
166.36 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 35105161508.1 | 76 |
94.33 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
|---|