Ran
|
Jobs
3
|
Files
632
|
Run time
48s
|
Badge
Embed ▾
README BADGES
|
push
github
[web] Update dependencies (2023-11-14) (#866) Another boring PR for keeping dependencies up-to-date via `npm update` and `npm install @package/name@latest`. No more `--lockfile-version 2` because [OBS already supports version 3](https://github.com/openSUSE/obs-service-node_modules/blob/2153192f0/node_modules.py#L342-L343) as we realized at https://github.com/openSUSE/agama/pull/843 Please, note that this time we manage to get rid of some dependencies which were there because cockpit-starter-kit (see https://github.com/openSUSE/agama/pull/127) but actually not needed anymore. In fact, they are no longer dependencies of starter-kit. Namely, * [core-js](https://github.com/zloirock/core-js) - As a weird side effect, few tests were _fixed_ to wait a bit for the expected content. Some black magic around _Promise.resolve_, I guess. Honestly, I didn't dig too further on it since waiting for the content is somehow _expected_. * [stdio](https://github.com/sgmonda/stdio) * [sizzle](https://www.npmjs.com/package/sizzle) Apart from these, [regenerator-runtime](https://github.com/facebook/regenerator) was dropped too because > It was added more than a year ago in the context of "Adapt React > components to the Starter Kit". But probably is no longer needed since > async functions, ES6 generators, and `yield` JavaScript operator have > broad support among major browsers. --- * [web] Update dependencies via `npm update` * [web] Update icons packages to their latest version * [web] Update Patternfly libraries to latest version * [web] Drop core-js dependency It was added because of cockpit-starter-kit[1] but they already dropped it[2] because > starter-kit does not use it directly, and none of our derived projects > have it. Thus, in principle it does not make sense to keep it as Agama dependency. As weird side-effect, a few test were fixed to "wa... (continued)
1297 of 1980 branches covered (0.0%)
Branch coverage included in aggregate %.
15087 of 19686 relevant lines covered (76.64%)
20.57 hits per line
Lines | Coverage | ∆ | File |
---|---|---|---|
1 |
87.5 |
0.0% | web/src/components/overview/Overview.jsx |
1 |
92.0 |
-0.31% | web/src/components/overview/SoftwareSection.jsx |
1 |
85.19 |
0.57% | web/src/context/notification.jsx |
1 |
85.71 |
0.0% | web/web/src/components/overview/Overview.jsx |
1 |
95.24 |
-0.22% | web/web/src/components/overview/SoftwareSection.jsx |
1 |
95.83 |
0.18% | web/web/src/context/notification.jsx |
2 |
58.33 |
-5.56% | web/src/client/dbus.js |
2 |
61.29 |
-6.45% | web/web/src/client/dbus.js |
3 |
0.0 |
0.0% | web/src/index.js |
3 |
0.0 |
0.0% | web/web/src/index.js |
5 |
81.44 |
0.19% | web/src/components/software/PatternSelector.jsx |
5 |
87.18 |
0.17% | web/web/src/components/software/PatternSelector.jsx |
13 |
54.55 |
-10.84% | web/src/client/index.js |
13 |
56.25 |
-11.75% | web/web/src/client/index.js |
23 |
61.64 |
22.75% | web/src/client/software.js |
23 |
63.08 |
23.68% | web/web/src/client/software.js |
ID | Flag name | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|---|
1 | web | 6880516670.1 | 279 |
73.18 |
GitHub Action Run | |
1 | service | 6878884543.1 | 300 |
85.75 |
GitHub Action Run | |
1 | rust | 6877460712.1 | 53 |
39.36 |
GitHub Action Run |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
---|