• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

agama-project / agama / 26952390565
81%
master: 83%

Build:
Build:
LAST BUILD BRANCH: busy_state_calc
DEFAULT BRANCH: master
Ran 04 Jun 2026 12:45PM UTC
Jobs 3
Files 934
Run time 2min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

04 Jun 2026 12:26PM UTC coverage: 81.486%. Remained the same
26952390565

Pull #3584

github

dgdavid
fix(deps): add @patternfly/react-styles as an explicit dependency

Introduced in #3581, @patternfly/react-code-editor declares
@patternfly/react-styles with a loose `^6.4.0` range (published from
`workspace:^` in the PF monorepo). npm resolves that to 6.5.1 (latest
satisfying):

  @patternfly/react-code-editor@6.4.1
  └── @patternfly/react-styles@^6.4.0  →  resolved to 6.5.1

https://github.com/patternfly/patternfly-react/blob/189eb789f/packages/react-code-editor/package.json#L36

Other PF packages (e.g. react-core) also pull react-styles, but at a
different version. npm cannot flatten two different versions of the same
package to the root node_modules, so 6.5.1 ends up nested and direct
imports break at build/runtime:

  import textStyles from "@patternfly/react-styles/css/utilities/Text/text";
  import spacingStyles from "@patternfly/react-styles/css/utilities/Spacing/spacing";

PR #3581 already froze all other PatternFly deps to 6.4.x to avoid a
known layout regression in 6.5.1. Adding react-styles@6.4.0 explicitly
completes that freeze, collapses all transitive resolutions to the same
version, and guarantees a stable root-level path.
Pull Request #3584: fix(deps): add @patternfly/react-styles as an explicit dependency

4401 of 6437 branches covered (68.37%)

Branch coverage included in aggregate %.

23912 of 28309 relevant lines covered (84.47%)

98.32 hits per line

Subprojects
ID Flag name Job ID Ran Files Coverage
3 web 26952390565.3 04 Jun 2026 12:45PM UTC 617
77.56
GitHub Action Run
1 rust 19474749743.1 18 Nov 2025 05:18PM UTC 185
22.45
GitHub Action Run
3 service 26586921140.3 28 May 2026 04:15PM UTC 317
92.47
GitHub Action Run
Source Files on build 26952390565
  • Tree
  • List 934
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #26952390565
  • Pull Request #3584
  • PR Base - master (#26945170747)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc