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

pulibrary / tigerdata-app / 88b1d908-94b8-45b1-b682-1d07845b3bc3

17 Dec 2025 07:44PM UTC coverage: 91.155% (+0.006%) from 91.149%
88b1d908-94b8-45b1-b682-1d07845b3bc3

push

circleci

web-flow
Fix autosave bug (#2318)

Fix bug that autosaved the request and displayed a flash notice
everytime a user clicked a different step in the wizard. This is
unintentional, but we may want to keep/add this in the future

1 of 5 new or added lines in 1 file covered. (20.0%)

356 existing lines in 26 files now uncovered.

2968 of 3256 relevant lines covered (91.15%)

608.41 hits per line

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

100.0
/app/services/xml_null_builder.rb
1
# frozen_string_literal: true
2

3
class XmlNullBuilder < XmlNodeBuilder
5✔
4
  def build
5✔
UNCOV
5
    document
1✔
6
  end
7

8
  def blank?
5✔
UNCOV
9
    true
1✔
10
  end
11

12
  # No-op for null builder
13
  def add_child(_child)
5✔
14
    nil
15
  end
16

17
  def name
5✔
18
    nil
19
  end
20

21
  def initialize(**_options)
5✔
22
    super(document: nil)
680✔
23
  end
24
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

© 2026 Coveralls, Inc