|
Ran
|
Files
597
|
Run time
32s
|
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 %.
12900 of 17490 relevant lines covered (73.76%)
68.21 hits per line
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
|---|