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

pulibrary / pdc_discovery / 5d1afa5e-ff59-441c-b96e-da35778a7346

03 Nov 2023 06:50PM UTC coverage: 93.921% (-3.0%) from 96.965%
5d1afa5e-ff59-441c-b96e-da35778a7346

push

circleci

carolyncole
Add a failing test for the version footer behavoir

7 of 12 new or added lines in 1 file covered. (58.33%)

80 existing lines in 13 files now uncovered.

2611 of 2780 relevant lines covered (93.92%)

178.44 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

77.78
/spec/views/shared/footer.html.erb_spec.rb
1
# frozen_string_literal: true
2
describe 'catalog/index', type: :system do
1✔
3
  context 'when on the hompage' do
1✔
4
    it 'shows the footer' do
1✔
5
      visit '/'
1✔
UNCOV
6
      expect(page).to have_selector('#footer')
×
7
    end
8
  end
9

10
  context 'when performing a search' do
1✔
11
    it 'shows the footer' do
1✔
12
      visit '/?search_field=all_fields&q=abc'
1✔
UNCOV
13
      expect(page).to have_selector('#footer')
×
14
    end
15
  end
16
end
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

© 2025 Coveralls, Inc