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

notEthan / scorpio / 102 / 2
84%
master: 82%

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

28 Apr 2018 09:57PM UTC coverage: 85.564%. Remained the same
2.4.1

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%)

139.89 hits per line

Source Files on job 102.2 (2.4.1)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 96
  • Travis Job 102.2
  • 5bfa3eb0 on github
  • Prev Job for 2.4.1 on misc (#100.2)
  • Next Job for 2.4.1 on misc (#104.2)
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