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

machida / mb / 19884307096
82%

Build:
DEFAULT BRANCH: main
Ran 03 Dec 2025 06:13AM UTC
Jobs 1
Files 37
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

03 Dec 2025 06:12AM UTC coverage: 76.523%. Remained the same
19884307096

push

github

machida
refactor: remove COPYRIGHT_INPUT fallback pattern from tests

Simplified test selectors by directly using .spec--copyright-input instead
of the COPYRIGHT_INPUT constant with fallback logic. This makes tests more
readable and maintainable now that views are fully migrated to .spec-- classes.

Changes:
- test/system/copyright_update_playwright_test.rb: Removed all fallback patterns
- test/system/copyright_edge_cases_playwright_test.rb: Removed all fallback patterns

All instances of:
```ruby
copyright_selector = nil
begin
  @page.wait_for_selector(COPYRIGHT_INPUT, timeout: 5000)
  copyright_selector = COPYRIGHT_INPUT
rescue Playwright::TimeoutError
  @page.wait_for_selector(".spec--copyright-input", timeout: 5000)
  copyright_selector = ".spec--copyright-input"
end
```

Replaced with:
```ruby
@page.wait_for_selector(".spec--copyright-input", timeout: 5000)
```

Note: COPYRIGHT_INPUT constant remains in test/support/selectors.rb for
potential future use by other tests.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

135 of 200 branches covered (67.5%)

Branch coverage included in aggregate %.

644 of 818 relevant lines covered (78.73%)

6.88 hits per line

Jobs
ID Job ID Ran Files Coverage
1 19884307096.1 03 Dec 2025 06:13AM UTC 185
38.95
GitHub Action Run
Source Files on build 19884307096
  • Tree
  • List 37
  • Changed 34
  • Source Changed 0
  • Coverage Changed 34
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #19884307096
  • b97eb7f7 on github
  • Prev Build on main (#19879541220)
  • Next Build on main (#19884409442)
  • 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