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

valkyrjaio / sindri-java / 28349039774
100%

Build:
DEFAULT BRANCH: 26.x
Ran 29 Jun 2026 04:40AM UTC
Jobs 1
Files 80
Run time 1min
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

29 Jun 2026 04:39AM UTC coverage: 100.0%. Remained the same
28349039774

push

github

web-flow
[Tests] Change Classes namespace to Fixtures (#34)

# Description

Renames the test `classes` namespace to `fixtures` across the test suite
to better reflect the purpose of these files — they are test fixtures,
not production classes. Mirrors the same change already made in the PHP
and TypeScript repos.

---

## Types of Changes

- [x] Improvement _(non-breaking change which improves code)_
- [ ] Bug fix _(non-breaking change which fixes an issue)_
- [ ] New feature _(non-breaking change which adds functionality)_
- [ ] Deprecation _(breaking change which removes functionality)_
- [ ] Breaking change _(fix or feature that would cause existing
functionality to change)_
- [ ] Documentation improvement

---

## Changes

- **`io/sindri/tests/fixtures/`** — renamed from
`io/sindri/tests/classes/`; all fixture classes' `package` declarations
updated accordingly
- **`src/test/resources/Fixtures/`** — renamed from
`src/test/resources/Classes/`; the `.java` AST fixtures inside had their
`package io.sindri.tests.classes…` declarations updated to `…fixtures…`
- **`**/ast/*ReaderTest.java`** — updated the resource loader from
`getResource("Classes/" + relative)` to `getResource("Fixtures/" +
relative)`
- **`**/*.java` (junit module)** — updated all `import` statements and
fully-qualified-name string literals referencing the old
`io.sindri.tests.classes` namespace to `io.sindri.tests.fixtures`; the
`*Class` file suffix on fixtures and identifiers such as
`getControllerClasses` are intentionally left unchanged

403 of 403 branches covered (100.0%)

Branch coverage included in aggregate %.

1213 of 1213 relevant lines covered (100.0%)

4.31 hits per line

Jobs
ID Job ID Ran Files Coverage
1 28349039774.1 29 Jun 2026 04:40AM UTC 80
100.0
GitHub Action Run
Source Files on build 28349039774
  • Tree
  • List 80
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #28349039774
  • e0186810 on github
  • Prev Build on 26.x (#28342709223)
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