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

notEthan / scorpio / 102
84%
master: 82%

Build:
Build:
LAST BUILD BRANCH: dbg
DEFAULT BRANCH: master
Ran 28 Apr 2018 09:58PM UTC
Jobs 2
Files 17
Run time 28s
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
102

push

travis-ci

notEthan
Schema: match patternProperties by stringified property_name, since only strings are valid object keys in json.

if an object/hash key is specified as a number, as is valid in yaml, stringification is appropriate. the petstore, and probably many other openapi specs, use numbers instead of strings to key status code responses. we wish to identify the correct class_for_schema when that is the case.

before:
"responses" => #{<Scorpio::OpenAPI::V2::Responses Scorpio::JSON::HashNode fragment="#/paths/~1pet~1findByTags/get/responses">
  200 => #{<Scorpio::JSON::HashNode fragment="#/paths/~1pet~1findByTags/get/responses/200">

after:
"responses" => #{<Scorpio::OpenAPI::V2::Responses Scorpio::JSON::HashNode fragment="#/paths/~1pet~1findByTags/get/responses">
  200 => #{<Scorpio::OpenAPI::V2::Response Scorpio::JSON::HashNode fragment="#/paths/~1pet~1findByTags/get/responses/200">

1298 of 1517 relevant lines covered (85.56%)

265.21 hits per line

Jobs
ID Job ID Ran Files Coverage
1 102.1 (2.1.10) 28 Apr 2018 09:59PM UTC 0
85.76
Travis Job 102.1
2 102.2 (2.4.1) 28 Apr 2018 09:58PM UTC 0
85.56
Travis Job 102.2
Source Files on build 102
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #102
  • 5bfa3eb0 on github
  • Prev Build on misc (#100)
  • Next Build on misc (#104)
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