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

valkyrjaio / valkyrja-starter-app-java / 30216118474
100%

Build:
DEFAULT BRANCH: 26.x
Ran 26 Jul 2026 07:06PM UTC
Jobs 1
Files 36
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

26 Jul 2026 07:05PM UTC coverage: 34.969%. Remained the same
30216118474

push

github

web-flow
[Git] Ignore Gradle build artifacts in sindri-junit ci tool (#44)

# Description

The new `sindri-junit` CI tool directory (`.github/ci/sindri-junit/`)
was created without the `.gitignore` that every other Gradle CI tool in
this repo (`junit`, `spotbugs`, `spotless`, `errorprone`, `archunit`)
already has. As a result, its transient Gradle cache directory
(`.gradle/`, 19 files) was accidentally committed to the repo.

This restores parity: `sindri-junit` now ignores its Gradle build
artifacts exactly like the sibling CI tools, and the erroneously-tracked
cache files are removed from version control. After this change,
`.gradle/` and `build/` under `sindri-junit` are properly ignored and
will not be committed again.

## Types of changes

- [ ] Improvement _(non-breaking change which improves code)_
- [x] 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

- **`.github/ci/sindri-junit/.gitignore`** — added, byte-for-byte
identical to the sibling CI tools' ignore file (ignores `/.gradle`,
`build`, `/gradle`, `gradlew`, `gradlew.bat`, `/.idea`, `.DS_Store`,
etc.).
- **`.github/ci/sindri-junit/.gradle/`** — removed the 19
accidentally-tracked Gradle cache files from version control.

0 of 8 branches covered (0.0%)

Branch coverage included in aggregate %.

114 of 318 relevant lines covered (35.85%)

2.42 hits per line

Jobs
ID Job ID Ran Files Coverage
1 30216118474.1 26 Jul 2026 07:06PM UTC 36
34.97
GitHub Action Run
Source Files on build 30216118474
  • Tree
  • List 36
  • 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 #30216118474
  • 437b78cf on github
  • Prev Build on 26.x (#30215523867)
  • Next Build on 26.x (#30323320259)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc