|
Ran
|
Jobs
3
|
Files
907
|
Run time
2min
|
Badge
README BADGES
|
push
github
fix(web): remove obsolete dev dependency override (#3238) The override was introduced in commit https://github.com/agama-project/agama/commit/2d695e8f3, but is no longer required since upgrading to Jest > 30. It previously forced the installation of @tootallnate/once v2.0, which has known vulnerabilities in versions prior to 3.0.1. Fixes [bsc#1259117](https://bugzilla.suse.com/show_bug.cgi?id=1259117) (protected link). ### Before ``` ❯ npm ls @tootallnate/once agama@ /agama/web └─┬ jest-environment-jsdom@30.2.0 └─┬ jsdom@22.1.0 overridden └─┬ http-proxy-agent@5.0.0 └── @tootallnate/once@2.0.0 ``` ### After ``` ❯ npm ls @tootallnate/once agama@ /agama/web └── (empty) ```
3171 of 5227 branches covered (60.67%)
Branch coverage included in aggregate %.
20680 of 26348 relevant lines covered (78.49%)
80.25 hits per line
| ID | Flag name | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|---|
| 3 | web | 22667012419.3 | 597 |
70.74 |
GitHub Action Run | |
| 1 | rust | 19474749743.1 | 185 |
22.45 |
GitHub Action Run | |
| 3 | service | 22630283743.3 | 310 |
87.83 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
|---|