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

aws / aws-sdk-ruby / 1126
96%
master: 97%

Build:
Build:
LAST BUILD BRANCH: v2.11.632
DEFAULT BRANCH: master
Ran 21 Mar 2015 06:32AM UTC
Jobs 6
Files 216
Run time 3min
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

pending completion
1126

push

travis-ci

trevorrowe
Now sax parsing XML.

The XML parser no longer uses multi_xml to parse the response
into a pseudo-dom. Instead, a wrapper has been built that will
use ox, libxml, nokogiri, or rexml sax extensions to stream
parse the XML directly only the response structures.

* Single pass parsing and type conversions. No need to crawl
  the output a second time.
* Less memory and fewer objects allocated.
* Eliminated the major reason why multi_xml was added as a
  dependency.

There is only a few small places left where multi_xml is used
yet. Once these are refactored out, we can removed one external
gem dependency as well.

284 of 284 new or added lines in 9 files covered. (100.0%)

5642 of 5929 relevant lines covered (95.16%)

887.64 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
100.0
aws-sdk-core/lib/aws-sdk-core/xml/parser/engines/rexml.rb
4
100.0
aws-sdk-core/lib/aws-sdk-core/xml/parser/frame.rb
8
100.0
aws-sdk-core/lib/aws-sdk-core/xml/parser/engines/nokogiri.rb
10
100.0
aws-sdk-core/lib/aws-sdk-core/xml/parser/engines/libxml.rb
Jobs
ID Job ID Ran Files Coverage
2 1126.2 (1.9.3, KITCHEN_SINK=1) 21 Mar 2015 06:33AM UTC 0
95.41
Travis Job 1126.2
3 1126.3 (2.0.0, PURE_RUBY=1) 21 Mar 2015 06:32AM UTC 0
95.84
Travis Job 1126.3
4 1126.4 (2.0.0, KITCHEN_SINK=1) 21 Mar 2015 06:33AM UTC 0
95.43
Travis Job 1126.4
5 1126.5 (2.1, PURE_RUBY=1) 21 Mar 2015 06:32AM UTC 0
95.81
Travis Job 1126.5
6 1126.6 (2.1, KITCHEN_SINK=1) 21 Mar 2015 06:34AM UTC 0
95.43
Travis Job 1126.6
7 1126.7 (jruby, PURE_RUBY=1) 21 Mar 2015 06:34AM UTC 0
93.11
Travis Job 1126.7
Source Files on build 1126
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1126
  • 52f3efad on github
  • Next Build on xml-sax-parsing (#1128)
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